Microsoft KB Archive/256605

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Session Timeout Occurs from a Server Located Behind a Cisco LocalDirector

Article ID: 256605

Article Last Modified on 11/21/2006



APPLIES TO

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



This article was previously published under Q256605

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

When users connect to a Web site that is hosted on Web servers positioned behind a Cisco LocalDirector, they may be disconnected from a Web site and receive the following error message:

Your session has timed out please log in again

CAUSE

The sticky settings on the Cisco LocalDirector are not set correctly, or have been modified. Clients are not being directed to the same server behind the LocalDirector. The ASP sessions on the servers that the client previously reached time out and send the error message.

RESOLUTION

Reconfigure the LocalDirector using the sticky command to ensure that the same client reaches the same server behind the LocalDirector. Information about configuring a Cisco LocalDirector can be obtained from a Cisco vendor or from the Cisco Web site.

MORE INFORMATION

The sticky command ensures that the client (based on IP address) reaches the same server throughout the course of the transaction, and is used primarily when requiring consistent or constant connections to the same server (similar to affinity in the Windows NT Load Balancing Service). The sticky command measures a period of inactivity in the client. After the timeout elapses, the client requests may be sent to another server.

The third-party products that are discussed in this article are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, regarding the performance or reliability of these products.



Additional query words: Cisco Sticky Session Timeout LocalDirector ASP

Keywords: kbprb kbpending KB256605