Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HttpApplication.AuthenticateRequest
Message
De
13/07/2003 07:08:11
 
 
À
10/07/2003 14:27:41
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Développement mobile
Divers
Thread ID:
00808959
Message ID:
00809640
Vues:
14
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 :)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform