nick 0

nick 0

  • NA
  • 37
  • 0

Accessing session state from http handler

Jun 30 2004 7:29 PM
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?