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
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,