J
Jonathan Wood
I was experimenting with putting code in the Application_AuthenticateRequest
hander.
I called some static code and found that HttpContext.Current.Session was
null!
Is this yet another limitation of ASP.NET? That the Session object has not
been initialized? I was going to use that to determine if the user should be
redirected but I can't seem to make anything work.
hander.
I called some static code and found that HttpContext.Current.Session was
null!
Is this yet another limitation of ASP.NET? That the Session object has not
been initialized? I was going to use that to determine if the user should be
redirected but I can't seem to make anything work.