NeDi Community
NeDi General => Other => Topic started by: nykjell on December 16, 2022, 08:05:20 am
-
Hi
Where can I extend the time of inactivity before being automatically logged out?
I would like a few hours, before a new login is required.
Regards,
/Kjell
-
This part of your websrver / PHP configuration not NeDi...
-
Solution:
Edit php.ini - Default 1440 seconds = 24 minutes
session.gc_maxlifetime = 1440
Change to 14400 gives four hours "inactivity timer".
Regards,
/Kjell :)