Hello, where's a way to increase session timeout? ...
# fleet
e
Hello, where's a way to increase session timeout? I need to re-login every time I enter the web ui
💯 1
n
Yep, with the
session_duration
configuration option. Documented in the “Deploying/Configuration” docs here: https://github.com/fleetdm/fleet/blob/main/docs/2-Deploying/2-Configuration.md#session_duration
e
Thanks!