IContextBuildSessionKey Method |
Build a session key.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue<string> BuildSessionKey()
Function BuildSessionKey As IReturnValue(Of String)
IReturnValue<String^>^ BuildSessionKey()
Return Value
Type:
IReturnValueStringReturn a session key or an fail result if the session was expired or user not authenticated.
Remarks
This method build an encrypted string to manage
the session information.
This session key is mostly used
to build a new execution context for the session.
This session key could be shared across module and could
store in a web cookie.
See Also