0
Answer

Accessing session state from http handler

Ask a question
nick 0

nick 0

20y
1.7k
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?