Skip to content

Session Timeout

Key: qie.sessionTimeout

Env Var: QIE_SESSIONTIMEOUT

Default: 5

Scope: Global

Description: Number of minutes that a session remains active to the QIE console with no activity or traffic from the browser to the QIE service. If the browser is closed without exiting the session, then the session remains for this timeout.

Examples

Env Var

QIE_SESSIONTIMEOUT=10

Java Option

-Dqie.sessionTimeout=10

YAML

QIE_SESSIONTIMEOUT: 10