Saved sessions

Sessions are saved here so that they are still valid after a server restart.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::SESSIONSTORAGE

Category

Webserver

Property is hidden

No

Contained in every configuration by default

No

Schema

Type

object

JSON Schema

{
    "additionalProperties": {
        "properties": {
            "created": {
                "format": "date-time",
                "type": "string"
            },
            "domain": {
                "type": "string"
            },
            "userName": {
                "type": "string"
            }
        },
        "required": [
            "created",
            "userName",
            "domain"
        ],
        "type": "object"
    },
    "category": "CATEGORY_WEBSERVER",
    "description": "DESC_SESSIONSTORAGE",
    "propertyOrder": 18,
    "type": "object"
}