G
Guest
Hello -
I have an application that uses the default session state from Visual Studio
..Net 2003:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="60"
/>
It works fine for me on my own machine but when I put it up on the host
server, it losses the session state sporadically and quite often (like within
five minutes). How should I have it set to avoid this problem?
Any help will be greatly appreciated!
I have an application that uses the default session state from Visual Studio
..Net 2003:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="60"
/>
It works fine for me on my own machine but when I put it up on the host
server, it losses the session state sporadically and quite often (like within
five minutes). How should I have it set to avoid this problem?
Any help will be greatly appreciated!