problem with the Session State

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • buran

    problem with the Session State

    Dear ASP.NET Programmers,

    I am using Session State in my application:

    <sessionState mode="StateServ er"
    stateConnection String="tcpip=1 27.0.0.1:42424" stateNetworkTim eout="10"
    cookieless="fal se"/>

    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


Working...