Session Time out in IIS 7

后端 未结 6 1418
自闭症患者
自闭症患者 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:38

    There also another thing to check - App Pool Advanced settings - Virtual memory limit. See if it is explicitly set - as it may recycle automatically once exceeds the set limit. Especially if you are seeing the error in your event log like :

    A worker process with process id of '****' serving application pool 'your-app-pool-name' has requested a recycle because it reached its virtual memory limit.

提交回复
热议问题