10.2.2. Session timeout configuration field
The following configuration field relies on on the Flask API configuration field of the same name.
Altering session lifetime is not recommended. Administrators should be aware of the allotted time when setting a session timeout. If you set the time too early, it might interrupt your workflow.
| Field | Type | Description |
|---|---|---|
| PERMANENT_SESSION_LIFETIME | Integer |
A
Default: |
Session timeout example YAML
# ...
PERMANENT_SESSION_LIFETIME: 3000
# ...