0
Answer

Accessing session state from http handler

Photo of nick 0

nick 0

21y
2k
1
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?

Answers (0)