Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

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:
  1. Log in to the vCenter Operations Manager vApp.
  2. 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

  3. 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>

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.

Feedback

  • 8 Ratings

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
  • 8 Ratings
Actions
KB: