Browse by Tags

All Tags » Session Management (RSS)

Strongly-Typed Session in ASP.NET by CompiledMonkey

Session state is a very useful tool for an ASP.NET developer. I use the Session object in every project. I use it to store information related to the current user that I need quick access to throughout their visit. It's important not to overuse the Session...
More Posts