Web parameter: session-timeout

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

session-timeout

Description

This parameter defines the default session timeout interval for all sessions created in the HPE Service Manager web tier.

Note It is best practice to lower the session-timeout value to 2 minutes if you experience HPE Service Manager web client sessions lingering for a longer period of time than expected.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

15

Possible values

Minutes

Example usage

<session-config>
  <session-timeout>2</session-timeout>
</session-config>