Contents tagged with Session Management
-
Strongly-Typed Session in ASP.NET
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 object but rather to store quick bits of information that need to persist over a single, or multiple, post-backs.