Server Management - Systems Insight Manager
1748022 Members
4676 Online
108757 Solutions
New Discussion юеВ

Login timeout setting

 
SOLVED
Go to solution
Riks_2
Frequent Advisor

Login timeout setting

Hi,

In HomePage, I login but get timed out quite quickly. Is there the setting I can change the timeout value?!

Many thanks in advance.

Regards
Riks
2 REPLIES 2
James ~ Happy Dude
Honored Contributor
Solution

Re: Login timeout setting

Hello Riks,

HP Systems Insight Manager (HP SIM) enables you to configure the browser timeout settings to one of the following. These settings affect the browser session while signed in to the HP SIM GUI.
Monitor When the timeout option is configured to monitor, the HP SIM session remains alive and is continually refreshed, unless you close the browser or navigate to another site. If you close the browser, the
session is closed immediately. If you navigate to another site, HP SIM logs you out after 20 minutes. This option is the default and appears in the globalsettings.props file as EnableSessionKeepAlive=true.
Active When the timeout option is configured to remain active, the HP SIM session remains alive as long as you are actively working in HP SIM. However, HP SIM ends your session and logs you out after 20 minutes of inactivity.
You can change the timeout settings to monitor or active by editing the Globalsettings.props file.
To configure the timeout setting to active:
1. Open the globalsettings.props file.
* On a Windows operating system, the globalsettings.props file is located in the install
directory/config folder.
* On an HP-UX/Linux operating system, the globalsettings.props file is located in the
/etc/opt/mx/config directory.
2. Change EnableSessionKeepAlive=true to EnableSessionKeepAlive=false.
3. Select File├в Save.
The updates are saved.
4. Close the globalsettings.props file.
To change the default timeout:
1. From the HP SIM directory, navigate to:
Windows:
install
directory\jboss\server\hpsim\deploy\jbossweb-tomcat50.sar\conf\web.xml
Linux and HP-UX:
/opt/mx/jboss/server/hpsim/deploy/jbossweb-tomcat50.sar/conf/web.xml
2. Edit the value from the default of 20 minutes to the number of minutes you want.
3. Save the globalsettings.Props and the web.xml files.
The updates are saved.
4. Close the web.xml file.

Regards.
Riks_2
Frequent Advisor

Re: Login timeout setting

Thanks again, Happy Dude!! :)