| 
            
              WebServerOptionsSessionToken Property
             | 
          
        
        
            Gets or sets the token used for identifying the session ID in cookie headers.
            
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic string SessionToken { get; set; }Public Property SessionToken As String
	Get
	Set
public:
property String^ SessionToken {
	String^ get ();
	void set (String^ value);
}member SessionToken : string with get, set
function get_SessionToken();
function set_SessionToken(value);
 View SourceProperty Value
String
See Also