Auto Logoff

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Mike
Posts: 76
Joined: Wed Apr 03, 2013 11:37 am

Auto Logoff

Post 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,
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Auto Logoff

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked