Managing Session Variables in ASP.NET using a Proxy(blogs.riskotech.com)
submitted by
riskfactor(35) 2 years, 9 months ago
Every developer who has ever worked with ASP.NET in a large solution knows how quickly Session variables can get out of control. From the lack of strongly typed references to the potential misspellings of the variable names, the problems are always with us. The good news is that there is a better way to handle objects in the Session. The key is to develop a proxy class that will provide a set of strongly typed properties to store and retrieve objects in the HTTPSessionState object.
|category: Architecture
|Views: 25
tags:
Architecture another
Everyones tags:
Your Tags: