NeDi Community

NeDi General => Other => Topic started by: nykjell on December 16, 2022, 08:05:20 am

Title: Extend inactivity timer?
Post 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
Title: Re: Extend inactivity timer?
Post by: rickli on December 16, 2022, 12:18:20 pm
This part of your websrver / PHP configuration not NeDi...
Title: Re: Extend inactivity timer?
Post by: nykjell on January 02, 2023, 09:27:12 am
Solution:
Edit php.ini - Default 1440 seconds = 24 minutes
    session.gc_maxlifetime = 1440
Change to 14400 gives four hours "inactivity timer". 

Regards,
 /Kjell  :)