Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants