Click or drag to resize

SessionHandler Constructor

Creates a new SessionHandler.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public SessionHandler(
	string authenticationToken = "x-gsf-auth",
	string sessionToken = "x-gsf-session"
)
View Source

Parameters

authenticationToken  String  (Optional)
Token used for identifying the authentication token in cookie headers.
sessionToken  String  (Optional)
Token used for identifying the session ID in cookie headers.
See Also