SameSite attribute

Specifies whether cookies should be sent for cross-page requests.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::SAMESITE_ATTRIBUTE

Category

Security

Property is hidden

No

Contained in every configuration by default

No

Schema

Enumeration type

integer

Default value

2

Options

Value

Label

0

None

1

Lax

2

Strict

JSON Schema

{
    "category": "CATEGORY_SECURITY",
    "configDescription": "DESC_SAMESITE_ATTRIBUTE",
    "default": 2,
    "enum": [
        0,
        1,
        2
    ],
    "options": [
        {
            "label": "ENUM_SAMESITE_NONE",
            "value": 0
        },
        {
            "label": "ENUM_SAMESITE_LAX",
            "value": 1
        },
        {
            "label": "ENUM_SAMESITE_STRICT",
            "value": 2
        }
    ],
    "propertyOrder": 15,
    "type": "integer"
}