Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HttpApplication.AuthenticateRequest
Message
From
13/07/2003 07:08:11
 
 
To
10/07/2003 14:27:41
General information
Forum:
ASP.NET
Category:
Mobile development
Miscellaneous
Thread ID:
00808959
Message ID:
00809640
Views:
15
As far as I know the code in global.asax under Application_AuthenticateRequest is fired every single time a page is requested in your application. And I don't believe it is fired when you call SetAuthCookie, although you could test this out by putting a breakpoint in the event code.

And just to make sure, I assume you are talking about this code by the way:
protected void Application_AuthenticateRequest(Object sender, EventArgs e)
{

}
Have a nice day :)
Previous
Reply
Map
View

Click here to load this message in the networking platform