problem with the Session State

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
 
A

Andy Mortimer [MS]

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top