Imran Akram's blog

Let's talk about life, technicalities, career opportunities, current affairs and a lot more!

How to manipulate Session in Http Handlers

There is a common issue that you can’t manipulate session objects in http handlers, the files with ASHX extension Well normally you can read the contents in the session via context.Session but you can add/remove/modify that in there. So how do you do this: The answer is simple: Just implement the IRequiresSessionState interface. It doesnt [...]

  • Share/Bookmark