So while using IPAM, it is a great tool but I am finding the session timeout number to be too short as we have people that get caught up in something else and then need to return to IPAM and they have to log back in. So I was wondering if there is a way to adjust the session timeout code to make it longer?
Anonymous
Hi, try changing session parameters in your php.ini:
Here are mine values for 24 hours:
Also set inactivity timeout in phpipam administration to less or equal to what is in session.gc_maxlifetime.
Read explanations here:
http://php.net/manual/en/session.configuration.php
br