Page 1 of 1
Increase Admin Panel Session Time Out
Posted: Tue Nov 16, 2021 4:04 pm
by crafter
Hello,
I have been have a great time with MyVesta however the session period of the admin panel is too short for my liking. How can I increase the session period or idle time to prevent auto-logout and truncation of on-going processes thereby? It currently seems to be less than 10 seconds. I'm on Debian 10. Thanks in anticipation
Re: Increase Admin Panel Session Time Out
Posted: Tue Nov 16, 2021 7:32 pm
by myVesta
Can you describe how it looks like?
Admin panel logs out you?
Did you tried from another web browser?
Re: Increase Admin Panel Session Time Out
Posted: Wed Nov 17, 2021 2:24 am
by crafter
Yes, I did try Mozilla Firefox and Chrome and the same thing happens. Once i login and click on a tab lets say; DNS and then perform an activity there then i click on say SERVER to go to perform another activity there but instead of taking me there directly it would first take me back to the Login screen to enter my username and password and login before the SERVER tab is opened.
It does like i have left the system idle or timeout kind of so i have to login in again but I'm actually active the whole time.
Re: Increase Admin Panel Session Time Out
Posted: Wed Nov 17, 2021 3:58 pm
by myVesta
You are not using TOR or something that constantly changes your IP address?
Re: Increase Admin Panel Session Time Out
Posted: Wed Nov 17, 2021 4:14 pm
by crafter
No, I'm not using anything like that but my server comes with a ipv6 address
Re: Increase Admin Panel Session Time Out
Posted: Wed Nov 17, 2021 4:28 pm
by myVesta
But server also has IPv4 ?
Try to execute in SSH:
Code: Select all
sudo mkdir -p /usr/local/vesta/conf_web && sudo touch /usr/local/vesta/conf_web/dont_check_csrf
and see if it helps?