Page 1 of 1

Auto Logoff

Posted: Thu Jan 29, 2015 1:14 pm
by Mike
Hello Team,


We have seen that NagiosXi does not logoff Automatically after sometime. As this could be the security issue.

Is there any Configuration where we can set the Auto logoff time in which the Nagiosxi user login should automatically Log off after few minute if it is not using.


Regards,

Re: Auto Logoff

Posted: Thu Jan 29, 2015 1:34 pm
by scottwilkerson
In /etc/php.ini
edit

Code: Select all

session.gc_maxlifetime = 1440
Where 1440 is the number of seconds to keep the session alive.

Then restart apache

Code: Select all

service httpd restart