- Tue Nov 12, 2019 2:49 pm
#826931
Hi, i am not sure what is your specific issue, but by default, a login session will automatically logout after 24 minutes of inactivity.
You can change this editing the php.ini file and changing the following line:
session.gc_maxlifetime = 1440 --- the time is in seconds, so you need to change the time in seconds after that you must restart the apache server.