Session Time out in IIS 7

后端 未结 6 1432
自闭症患者
自闭症患者 2020-12-09 23:52

I like to host asp.net web application in IIS 7.0 (windows server 2008).

I configured session state as sessionstate mode=\"inproc\" timeout = 120. Even the session

6条回答
  •  忘掉有多难
    2020-12-10 00:20

    Had nearly same problem with HTTP handler written in C# using SessionState. Seems the property IsReusable should be false otherwise I was running in the problem of session loose.

    Thanks Mmerrell for his Response, which brought me on right track.

提交回复
热议问题