Accessing session state from http handler
I have valuable user information held in an object that is part of the session state normally accessed through Page.Session member. However I am in an HttpHandler with an HttpContext. For some reason the Session member of the HttpContext is null. Any ideas on how to obtain access to the Session State from an Http Handler?
Replies
Know the answer? Post it — somebody with the same question will find it here.