I was trying to access session inside ASHX page but I was getting a null reference exception. I think session should be available on every request but it’s not the case with ASHX handler. I was wrong there. If you…
The post Session is null in ASHX handler appeared first on Broken Code.