Using session manager class in Global.asax - Ran Wahle's blog(blogs.microsoft.co.il)
submitted by
ranw(263) 1 year, 2 months ago
Long ago, I’ve written about Session Manager class. The class purpose was to wrap
session variables in properties and gain type safety to them.
In this class we’ve added a Session property with get accessor, which wraps the
HttpContext.Current.Session. Everything went well until I’ve encountered the need
to use this class on Session_End method in global.asax
|category: ASP.NET
|Views: 17
tags:
ASP.NET another
Everyones tags:
Your Tags: