I'm using the ASP.NET Session State service to maintain Session State. I'm also using a session timeout of 720 minutes with a sliding expiration. When a session expires, it currently brings the user ...
I need a good alternative to session variables in ASP.NET. I wrote an app that used them in a few places and is now being pushed to other locations where session state is disabled. They were used to ...