DCSIMG
Session - Ran Wahle's blog

Ran Wahle's blog

Browse by Tags

All Tags » Session (RSS)
Using session manager class in Global.asax
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 ...
Session manager
This post comes as an extension to a post by Shlomo Goldberg (in Hebrew) that talks about how to work with session variable in a safer way than plain strings....