Changing the Default Interval for User Tokens in IIS (152526)
The information in this article applies to:
- Microsoft Internet Information Server 1.0
- Microsoft Internet Information Server 2.0
- Microsoft Internet Information Server 3.0
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Services 5.0
- Microsoft Internet Information Services version 6.0
This article was previously published under Q152526 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: SYMPTOMS
Internet Information Server (IIS) has a default delay of 15 minutes before
users tokens are updated. For example, if you change the password on a user
account, you will be able to connect to the server with both the old
password and the new password.
CAUSE
For performance reasons, user tokens are cached by IIS and updated at 15
minute intervals.
RESOLUTION
The token cache can be refreshed manually by stopping and restarting ALL of
the IIS services (Gopher, FTP, and WWW). For performance reasons, this is
the preferred method if updates are infrequent.
The default interval for the token cache can also be changed in the
Microsoft Windows registry.
WARNING: Using Registry Editor incorrectly can cause serious, system
wide problems that may require you to reinstall Windows to correct them.
Microsoft cannot guarantee that any problems resulting from the use of
Registry Editor can be solved. Use this tool at your own risk.
- Run Registry Editor (Regedt32.exe or Regedit.exe).
- From the HKEY_LOCAL_MACHINE subtree, go to the following key:
\System\CurrentControlSet\Services\InetInfo\Parameters - Click Add Value on the Edit menu, and add the following:
Value Name: UserTokenTTL
Data Type: REG_DWORD
Data: (Number of Seconds for token to be cached - 30 sec. Min) Note For IIS version 4.0, the minimum value is 30 seconds. For IIS 5.0, the minimum value is 1 second. If you set the value to 0, the minimum value will be used instead.
For IIS 6.0, the minimum value is 0. If this value is set to 0, TTL-based flushing of tokens is disabled. When TTL-based flushing is disabled, user tokens remain cached until either IIS is restarted or the worker process is recycled.
- Restart IIS Admin and dependent services.
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbnetwork KB152526 |
---|
|