This latency exists by design for Internet Information Services (IIS) performance reasons and is controlled by the following registry setting.
Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
- Start Registry Editor (Regedt32.exe) on the server that is running IIS and through which the user gains access to OWA.
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InetInfo\Parameters
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: UserTokenTTL (Note This is case-sensitive!)
Data Type: REG_DWORD
Value Range: 0 - 0x7FFFFFFF (Note This unit is in seconds.)
- Exit Registry Editor, and then restart IIS.
When a request is made to the server by using Basic Authentication, the security credentials for the request are used to create a user token on the server. The server impersonates this user token when it accesses files or other system resources (see also "CacheSecurityDescriptor" in IIS Help). The token is cached so that the Windows logon occurs only the first time that the user accesses the system or after the user's token is removed from the cache. Integrated Windows authentication tokens are not cached.
For IIS performance reasons, the default setting is 15 minutes. Make sure that you weigh carefully the security implications versus the performance implications.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
152526
Changing the default interval for user tokens in IIS
Note If a user is still logged on when this registry key is set, that user's current Time to Live (TTL) token for that password remains the same as it was before the registry key was modified. The user is not affected until they close all instances of the browser, log on again, and change the password again. That new password will have the TTL of the registry key that was specified.