If you are having problems loosing sessions please use the session state server. (ASP.NET only)
<configuration>
<system.web>
<sessionState
mode="StateServer"
stateConnectionString="tcpip=localhost:42424" />
</system.web>
</configuration>