EndSessionAccess Method

Glimpse API

IGlimpseRuntime EndSessionAccess Method Glimpse API Documentation
Ends the session access.

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

Syntax

void EndSessionAccess()
void EndSessionAccess()
Remarks

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