Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
28084 Points
4997 Posts
MVP
Mar 19, 2012 03:54 PM|LINK
The implementation in MVC is HttpSessionStateWrapper and unfortunately it doesn't look like it exposes the wrapped HttpSessionSTate. To access the "real" session, you can always just call System.Web.HttpContext.Current.Session.
BrockAllen
All-Star
28084 Points
4997 Posts
MVP
Re: Get a hold of HttpSessionState MVC 3
Mar 19, 2012 03:54 PM|LINK
The implementation in MVC is HttpSessionStateWrapper and unfortunately it doesn't look like it exposes the wrapped HttpSessionSTate. To access the "real" session, you can always just call System.Web.HttpContext.Current.Session.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/