Why am I losing sessions when running in StateServer mode?

Posted by Nick Allen - Tungle139 on Stack Overflow See other posts from Stack Overflow or by Nick Allen - Tungle139
Published on 2010-04-23T11:30:00Z Indexed on 2010/04/23 11:33 UTC
Read the original article Hit count: 429

Filed under:
|
|

I have checked the servers (Win Server 2003) application event logs for the following problem http://support.microsoft.com/kb/308097 which doesn't show up. It just appears that sessions drop randomly for random users

It's a single server setup, no web farms and no load balancing

Even though the issue I point to above doesn't occur in the logs, is it worth increasing the stateNetworkTimeout attribute anyway? The configuration at the moment is simply

<sessionState mode="StateServer" cookieless="false" stateConnectionString="tcpip=localhost:42424" timeout="60"/>

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sessions