Overview
The Enterprise Recon 2.0 Web Console has a default session length of 2 hours. Administrators can change the maximum length of a user session before it times out by editing the ui.cfg
file on the Master Server.
Requirements
- Access to the Master Server console.
- Working knowledge of
vim
or a similar text editor.
Tip: If you’re unfamiliar with
Then, instead of running
|
Instructions
- Log into the Master Server console.
- Edit the file. Run:
vi /var/lib/er2/ui.cfg
- Add the following line before the last </cfg> tag:
<idletimeout><timeout_length></idletimeout>
Where<timeout_length>
is the maximum length of the session in minutes. For example,<idletimeout>10</idletimeout>
sets a maximum session length of 10 minutes before logging out the user.
If this value is not set or is zero, the Master Server will default to a maximum session length of 2 hours. - Save the changes to
ui.cfg
.
Restart the Master Server. Run: /etc/init.d/er2-master restart
Comments
Please sign in to leave a comment.