RESOLVED: short time active seccion

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rondezo
Posts: 85
Joined: 09 Feb 2021, 09:18

RESOLVED: short time active seccion

Post by rondezo »

Hello everyone. Permanently throws the user out of the active session after a short period of time (when inactive for several minutes). This is very inconvenient. Does anyone know how to make this time unlimited?
Thank you so much for your help
Attachments
short_time.png
short_time.png (14.5 KiB) Viewed 1458 times
short_time_v.png
short_time_v.png (19.74 KiB) Viewed 1458 times
Last edited by rondezo on 10 Feb 2021, 06:04, edited 1 time in total.
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: short time active seccion

Post by cas »

Add following line in config/config_inc.php :
$g_reauthentication_expiry = 60*60*2;
or
$g_reauthentication = OFF;
rondezo
Posts: 85
Joined: 09 Feb 2021, 09:18

Re: short time active seccion

Post by rondezo »

cas wrote: 09 Feb 2021, 14:39 Add following line in config/config_inc.php :
$g_reauthentication_expiry = 60*60*2;
or
$g_reauthentication = OFF;
:idea: Thank you very much! Your solution works!
Post Reply