Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Changing or disabling the UI session timeout for vCenter Operations Manager vApp (2015135)
Symptoms
By default, the vCenter Operations UI sessions timeout after 30 minutes of inactivity.
This article provides steps to change or disable this setting.
Resolution
To change the session timeout period for Standard and Advanced versions, set the <session-timeout> parameter to the required value in minutes for the desired timeout.
To disable the session timeout, set the <session-timeout> parameter to -1.
To change or disable the session timeout:
To change or disable the session timeout:
- Log in to the vCenter Operations Manager vApp.
- Open this file using a text editor:
-
- For the Standard UI – /usr/lib/vmware-vcops/tomcat/webapps/vcops-vsphere/WEB-INF/web.xml
- For the Enterprise Custom UI – /usr/lib/vmware-vcops/tomcat-enterprise/webapps/vcops-custom/WEB-INF/web.xml
- Locate the <session-config> parameter and change this to:
<session-config>
<session-timeout>value</session-timeout>
</session-config>
Where value is any value in minutes after which you want the session to timeout.
For example:
-
- To set the session to time out after 60 minutes, change this parameter to:
<session-config>
<session-timeout>60</session-timeout>
</session-config>
- To disable session timeout, change this parameter to:
<session-config>
<session-timeout>-1</session-timeout>
</session-config>
- To set the session to time out after 60 minutes, change this parameter to:
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

