Field DefaultSessionCookieName
The default name of the cookie that holds the encrypted session token. Value is "session-token".
Namespace: Singulink.Net.Http.Api.Client
Assembly: Singulink.Net.Http.Api.Client.dll
Syntax
protected const string DefaultSessionCookieName = "session-token"
Returns
| Type | Description |
|---|---|
| string | The default name of the cookie that holds the encrypted session token. Value is "session-token". |