Cookie expiration date
The server uses cookies to store session IDs. Make sure that the cookie expiration date and the automatic logout duration are not in conflict.
General Information
|
Domain |
TcHmiSrv |
|
Full symbol path |
TcHmiSrv.Config::COOKIEEXPIRATIONDATE |
|
Category |
Webserver |
|
Property is hidden |
No |
|
Contained in every configuration by default |
No |
Schema
|
Type |
string |
|
Format |
timespan |
|
Default value |
"P30D" |
JSON Schema
{
"category": "CATEGORY_WEBSERVER",
"default": "P30D",
"description": "DESC_COOKIEEXPIRATIONDATE",
"format": "timespan",
"propertyOrder": 13,
"type": "string"
}