HttpContext.Current.Session is null in Ashx file September 2, 2022 by Magenaut I saw some questions (Here and Here) but they do not answer my question. I am trying to call Ajax using “ajax.ashx” file, and in function to access Session. For some reason, the value of the Session object itself is null.
ASP.NET Generic Handlers & Session August 29, 2022 by Magenaut I have an issue with GenericHandler and anonymousIdentification.