Interesting information. Actually my issue was accessing the session variables from pages as well from within an httpmodule. I found out that I had to add a handler for
PreRequestHandlerExecute to be able to have a valid (non-null) context containing the session data. This post helped me out:
Sorry if my issue veers away from the original poster's question but it looks like alot of people are looking for the same information I was looking for.
rdionne11
Member
46 Points
16 Posts
Re: SessionState in HttpModule problem (2.0)
Apr 23, 2007 04:15 PM|LINK
PreRequestHandlerExecute to be able to have a valid (non-null) context containing the session data. This post helped me out:
http://channel9.msdn.com/ShowPost.aspx?PostID=1498
Sorry if my issue veers away from the original poster's question but it looks like alot of people are looking for the same information I was looking for.