The HttpApplication.PostAuthenticateRequest event is raised after the HttpApplication.AuthenticateRequest event has occurred. Functionality that subscribes to the HttpApplication.PostAuthenticateRequest event can access any data that is processed by the HttpApplication.PostAuthenticateRequest.
For more information about how to handle events, see Consuming Events.