[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Login Session Timeout #117

Open
jbpoint opened this issue Jul 8, 2022 · 1 comment
Open

Login Session Timeout #117

jbpoint opened this issue Jul 8, 2022 · 1 comment

Comments

@jbpoint
Copy link
jbpoint commented Jul 8, 2022

How do i increase the session timeout when i am logged in?

@emiliocampos-zevenet
Copy link
Contributor

Check the following cron task:

cat /etc/cron.d/zevenet
/30 * * * * root /usr/bin/find /tmp/ -name "cgisess_" -mmin +60 -exec rm -f {} ; &>/dev/null

Every 30 minutes this command is executed and deletes the sessions with more than 60 minutes without any activity. So change the 60 (in minutes) to the desired value.

Regards

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants