BeginSessionAccess Method

Glimpse API

IGlimpseRuntime BeginSessionAccess Method Glimpse API Documentation
Begins the session access.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void BeginSessionAccess()
void BeginSessionAccess()
Remarks

Called when ever the implementing framework registers a clients session start. Code that is executed off this methods should have access to the session state store. Specifically, with the ASP.NET provider, this is wired to the PostAcquireRequestState method.
See Also