Miscellaneous Procedures > Disabling or Modifying Inactivity Timeouts

Disabling or Modifying Inactivity Timeouts
An inactivity timeout period is set in the Web Manager for security. An administrator who knows the root password and can log into the OnSite console can change the timeout value, if desired, by editing a line in the webui.conf file, as described in the following procedure.
To Disable Web Manager Timeouts
This procedure can be performed by an administrator who knows the root password and can log into the OnSite console.
1.
OnSite login: root
Password: root_password
2.
Open the /etc/daemon.d/webui.conf file for editing.
3.
The default line is shown in the following screen example.
4.
Add the -T n option to set a timeout value of n.
The -T 0 setting shown in the following screen example sets the timeout to zero (0).
DPARM=" -T 0 $HTTP_PORT $HTTPS_PORT $SECLEVEL $SSLVER"
5.
[root@OnSite /root]# daemon.sh stop WEB
[root@OnSite /root]# daemon.sh restart WEB
 

Miscellaneous Procedures > Disabling or Modifying Inactivity Timeouts