System.Web.HttpApplication.AcquireRequestState Event

Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request.

Syntax

public event EventHandler AcquireRequestState

Remarks

The HttpApplication.AcquireRequestState event is raised after the event handler has been created.

For more information about how to handle events, see Consuming Events.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0