0
kicks
Managing Session Variables in ASP.NET using a Proxy
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.