- Open SharePoint Powershell window
- Run cmdlet: Get-SPSecurityTokenServiceConfig
- Run cmdlet: Set-SPSecurityTokenServiceConfig -FormsTokenLifetime 5
Parameter FormsTokenLifetime specifies in minutes the length of time the security token for a forms based authentication user will remain active.
WindowsTokenLifetime performs a similar job for windows authentication users.
Do you know what the impact of shortening these values is? Presumably, if a user leaves their browser idle, it will effectively log the user out. But if the user remains active, they wont notice right?
ReplyDeleteHow is this different from the SP session timeouts?