ASP.Net Inproc session restarted after markup change in VS2012

前端 未结 5 1968
说谎
说谎 2020-12-15 06:56

I upgraded my development machine to Windows 8 and Visual Studio 2012.

I\'m testing my ASP.Net applications (also upgraded to .net 4.5) on a local IIS.

One t

5条回答
  •  执笔经年
    2020-12-15 07:47

    when using in-proc mode, your session data is hosted at server memory. You should verify on your IIS about application pool recycle time.

    Cheers,

提交回复
热议问题