Asp.Net Session is null in ashx file?

You have to "implement" either IRequiresSessionState or IReadOnlySessionState with former providing full access to session, and the latter providing read-only access I'm quoting "implement" here because these two are so-called marker interfaces which means they have no members.

You have to "implement" either IRequiresSessionState or IReadOnlySessionState, with former providing full access to session, and the latter providing read-only access. I'm quoting "implement" here because these two are so-called "marker interfaces", which means they have no members.

1 thanks! Needed this too – Michel Mar 23 at 9:08 Have an upvote good sir. My only regret is that I can only give one.

– CountMurphy Oct 17 at 20:46.

I am trying to access the Session variable in Asp.Net ashx handler as shown below. But the context. Session is always Null inside the above method.

How do I access Session objects in ashx file?

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