Reputation: 18149
My observations in my development setup:
I am using ASP.NET MVC3. I am using InProc sessions. I am running the application through VisualStudio 2010 on IIS Express.
Is the above behavior generally true, or only on my development setup:
Upvotes: 3
Views: 1684
Reputation: 2533
Yeah it looks like the session is cleared, since the cache needs to be re-created with the new values.
There is some discussion about it here:
http://forums.asp.net/t/1091924.aspx/1
Looks like you might have to work around it.
Upvotes: 1