Click or drag to resize
ISessionManagerRetrieveSession Method
This method is called at the Authenticate phase to read the session data for the request.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
void RetrieveSession(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.
Remarks
Implementers are supposed to analyze the incoming request to determine the session identifier and retrieve all session variables.
See Also