Why am I losing sessions when working in StateServer mode?

I checked the server application event logs (Win Server 2003) for the following http://support.microsoft.com/kb/308097 problem , which is not displayed. It just seems like sessions randomly drop out for random users

This is one server setup, no web farms and no load balancing

Despite the fact that the problem that I mention above does not occur in the logs, is it still worth increasing the stateNetworkTimeout attribute? The configuration at the moment is simple

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

UPDATE:

Using FormsAuth and Timeout set to 60

IIS6 Settings

  • Recycle workflows (in minutes) = 120
  • Processing workflows (number of requests) = 35000
  • Recycle workflows at the following points = Not checked
  • =
  • =
  • = 90
  • = 1500
  • Everthing else = Unchecked
+3

Source: https://habr.com/ru/post/1742444/


All Articles