| ISessionManagerRetrieveSession Method |
This method is called at the Authenticate phase to read the session data for the request.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxvoid RetrieveSession(
Config monConfig
)
Sub RetrieveSession (
monConfig As Config
)
void RetrieveSession(
Config^ monConfig
)
abstract RetrieveSession :
monConfig : Config -> unit
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