Monday, February 2, 2015

If you turn on the ASP.NET State Service...

...and you use "StateServer" instead of "InProc" here, you may use the service to keep Session in an alternate AppPool and hence when you rebuilt the application while testing you will not be forced to log in anew. In order for this to work, everything which goes into session must be serialized.

No comments:

Post a Comment