Skip to content

auth.user.login-token-lifetime-seconds

Specifies how long a user's login session lasts (if no refreshing occurs).

Key: auth.user.login-token-lifetime-seconds
Type: Integer
Can be set in: global.cfg

Description

Set how long a user's login session will last starting from the time they login assuming the session token is not refreshed using auth.user.login-token-refresh-after-percentage.

Note that this value is read only when Funnelback's web server is started. After modifying the value, the web server must be restarted for the change to take effect.

Default Value

User sessions last for 4 days (4 days * 24 hours * 60 minutes * 60 seconds = 345600 seconds) by default.

This value is chosen as a default to the session of a user who uses Funnelback daily to remain logged in over a three day weekend.

auth.user.allowed-failures-per-period=345600

Examples

Decrease the user session length to 8 hours (8 hours * 60 minutes * 60 seconds = 28800 seconds).

Note that this would mean the user could remain logged in during a typical workday but their session would have expired each morning, forcing them to log in again each day.

auth.user.allowed-failures-per-period=28800

See Also

top

Funnelback logo
v15.24.0