sessionExpiry property

Duration sessionExpiry
read / write

The default expiry time for sessions in this server.

The Session._refresh method refreshes the session to expire in this amount of time, if no explicit value was passed to it. If this value is not set (null), an internal default expiry time is used.

When a Server is created this is initially not set.

Implementation

Duration sessionExpiry