經過power shell修改SharePoint站點Session超時時間

在服務器上執行下面腳本 -minutes後面的是超時分鐘數服務器

$ap = Get-SPSecurityTokenServiceConfig
$ap.LogonTokenCacheExpirationWindow = (New-TimeSpan -minutes 60)
$ap.Update();
IIsreset 

 

參考資料session

  • https://msdn.microsoft.com/en-us/library/office/hh147183(v=office.14).aspx
  • http://blog.robgarrett.com/2013/05/06/sharepoint-authentication-and-session-management/
相關文章
相關標籤/搜索