HttpApplication::PostAcquireRequestState Event
.NET Framework (current version)
Occurs when the request state (for example, session state) that is associated with the current request has been obtained.
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 how to handle events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: