Archive

Posts Tagged ‘session object’

A Custom Class for ASP.NET Session Variables

July 24th, 2010 No comments

Product Description

The Session object in ASP.NET offers a convenient solution to the problem of maintaining state during the lifetime of a session. But it is not a very convenient object to deal with during development. For example, the…