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,
Auto Logoff
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Auto Logoff
In /etc/php.ini
edit
Where 1440 is the number of seconds to keep the session alive.
Then restart apache
edit
Code: Select all
session.gc_maxlifetime = 1440Then restart apache
Code: Select all
service httpd restart