ExtensionsSessions
Configuration
Every Sessions setting and what it does.
Settings live in config/sessions/sessions.json under SESSIONS. The file is created for you and
self-heals. Restart Kora after editing.
| Setting | Default | Description |
|---|---|---|
ENABLE | true | Turn sessions on or off. |
TOKEN_TTL | 24h | How long a seat lives without a heartbeat before it expires. |
HEARTBEAT | 5m | The cadence your product should heartbeat at. |
DEFAULT_LIMIT | -1 | Default seats per license. -1 means unlimited. Override per license. |
ON_LIMIT | reject | What to do when a key is full: reject the new device, or evict_oldest. |
Durations use a number plus a unit: ms, s, m, or h.

