A Custom Class for ASP.NET Session Variables
Book Details
Author(s)Rahul Pitre
ISBN / ASINB0007XSC1E
ISBN-13978B0007XSC18
MarketplaceUnited Kingdom 🇬🇧
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 Visual Studio .NET editor does not provide IntelliSense for session variables. This article shows how to build a class that will enable you to organize and manipulate your session variables efficiently, without incurring significant overhead.


