Re: Session in .NET 2.0




Ideally it should never recycle.

It does.

If you have a browser hitting the SessionRenew.aspx every 10 minutes then it will not recycle due to inactivity.

Probably due to memory - from other hacks stuffing too much crap in their session variables.

If it recycles just because someone spiked CPU and hoster had to hit reset button in shared hosting environment you doomed no matter what you do :)

Indeed.

But then if availability that important to you time to think about dedicated server.

Or not use sessions. :)

.