|
SessionHandlerGetSessionIDFromCookie(HttpRequestMessage, String) Method
|
Gets the session ID Guid as defined in the request cookie header values.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax GSF.Web.Security.SessionHandler.GetSessionIDFromCookie = function(request, sessionToken);
View SourceParameters
- request HttpRequestMessage
- The target HTTP request message.
- sessionToken String
- Token used for identifying the session ID in cookie headers.
Return Value
GuidSession ID string, if defined; otherwise,
null.
See Also