problem with the Session State

  • Thread starter Thread starter buran
  • Start date Start date
B

buran

Dear ASP.NET Programmers,

I am using Session State in my application:

<sessionState mode="StateServer"
stateConnectionString="tcpip=127.0.0.1:42424" stateNetworkTimeout="10"
cookieless="false"/>

The problem is that sometimes??? the session state loses its items, so the
the pages do not work. I could not figure out why this happens. Any ideas?
Thanks in advance,

Burak Kadirbeyoglu
 
You will need to provide morte information. How do you get it to do this?
What error messages do you get? Are there any system event log entries etc

ndy Mortimer [MS]
Please do not send email directly to this alias. This alias is for
newsgroup purposes only

This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
 
Back
Top