Problem with HttpHandler and session state?

Yep - this should fix it. – dave thieben Sep 3 '10 at 16:43 smacks head public class AppOfflineHandler : IHttpHandler, IRequiresSessionState works like a charm now,thanks! – SomeMiscGuy Sep 3 '10 at 20:07.

I found some various options that I am trying out but the best one doesn't seem to work for our ASP.NET(2.0) site which relies on session state being enabled on all of the pages. The HttpHandler is added into web. The problem is in PageParser.

The Page directive. We have all of our session variables stored within SQL, not sure if that factors into it or not. I've seen other people who have had similar errors and the answer they were given was that you needed to add the ProcessRequest(context) to get around it.

Thoughts, comments, suggestions?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions