HttpApplication.PostAcquireRequestState Event
.NET Framework 3.0
Occurs when the request state (for example, session state) that is associated with the current request has been obtained.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The PostAcquireRequestState event is raised after the AcquireRequestState event has occurred. Functionality that subscribes to the AcquireRequestState event can access any data that is processed by the PostAcquireRequestState.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: