linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.77k stars 538 forks source link

Logout delay #1265

Closed godsgood33 closed 7 months ago

godsgood33 commented 8 months ago

Is there a way to change the logout period in Heimdall so that it doesn't log you out so frequently? I am using Heimdall as a start/new tab page for my browser and it's frustrating to have to keep logging in every 10 mins (or whatever the increment is). I can see doing it daily.

KodeStar commented 7 months ago

Session lifetime is set by default to 2 hours, you can edit the SESSION_LIFETIME in the .env

godsgood33 commented 7 months ago

Session lifetime is set by default to 2 hours, you can edit the SESSION_LIFETIME in the .env

@KodeStar Great, THANKS!