I need access to session in httpmodule. It works fine when my page is a aspx page, but context.session is null when the request url is .html I have .html mapped to use aspnet_isapi.dll
I am trying to access session in context_PreRequestHandlerExecute and I have httpmodule inherit IReadOnlySessionState