The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication.AcquireRequestState Event
.NET Framework (current version)
Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request.
Assembly: System.Web (in System.Web.dll)
The AcquireRequestState event is raised after the event handler has been created.
For more information about how to handle events, see NIB: Consuming Events.
For an example of handling the AcquireRequestState event, see the HttpApplication overview topic.
.NET Framework
Available since 1.1
Available since 1.1
Show: