Microsoft KB Archive/247658

From BetaArchive Wiki

Article ID: 247658

Article Last Modified on 11/21/2006



APPLIES TO

  • Microsoft Internet Information Server 4.0
  • Microsoft Internet Information Services 5.0



This article was previously published under Q247658

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:

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry


IN THIS TASK

SUMMARY

When you access the Web server, Secure Sockets Layer (SSL) session IDs and other SSL session information are kept in the Schannel cache. You must know the length of time that the SSL session information is cached so that you can set the appropriate length when you develop load-balancing applications that identify separate users based on their SSL session number. You can modify the length of time that the SSL session information is cached for Internet Information Server (IIS) 4.0 and Internet Information Services (IIS) 5.0 with the registry entries that are described in the Modify the SChannel Cache section of this article.

back to the top

Modify the SChannel Cache

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To modify the length of time that the SSL session information is cached, follow these steps:

  1. Open Registry Editor. To do this, click Start, click Run, type regedt32, and then click OK.
  2. Click to select the following key in the registry:[HKEY_LOCAL_MACHINE][System][CurrentControlSet][Control][SecurityProviders][SCHANNEL]
  3. On the Edit menu, click Add Value, type ClientCacheTime in the Value Name box, select REG_DWORD for Data Type, and then click OK.
  4. In the Data box, type a value in milliseconds, click Decimal, and then click OK.
  5. Repeat steps 3 and 4 to add the ServerCacheTime value.
  6. Exit Registry Editor.

back to the top

Additional Notes


The following are the registry key locations and values:

  • [HKEY_LOCAL_MACHINE]
  • [System]
  • [CurrentControlSet]
  • [Control]
  • [SecurityProviders]
  • [SCHANNEL]
  • ClientCacheTime:hierarchical (the time to expire client side cache elements)
  • ServerCacheTime:hierarchical (the time to expire server side cache elements)

Values are calibrated in milliseconds (120000 = 2 minutes). The default values are listed in the following table, and keys do not appear in the registry unless they are changed from the default values. A value of 0 turns off the secure connection caching.

The default ServerCacheTime and ClientCacheTime values are different by the version of Schannel.dll.

The CacheTime values are as follows:

Version ClientCacheTime ServerCacheTime
Windows NT 4.0 SP6a 2 minutes 2 minutes
Windows NT 4.0 SP6a + Q265369 60 minutes 5 minutes
Windows 2000 SP1 2 minutes 2 minutes
Windows 2000 SP2 10 hours 10 hours
Windows XP 10 hours 10 hours


The registry key locations apply to all versions of the Schannel cache. Keep the server-side interval short for better management of the overall size of the Schannel cache.

back to the top

REFERENCES

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

265369 Internet Explorer renegotiates Secure Sockets Layer connection every two minutes


back to the top


Additional query words: SSL cache Time Out Schannel

Keywords: kbhowtomaster KB247658