Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request.
The HttpApplication.AcquireRequestState event is raised after the event handler has been created.
For more information about how to handle events, see Consuming Events.