VMware vCenter Server modify the session timeout period

Log in to the vCenter Server Appliance using SSH

Execute shell commands

Modify the following configuration files:

    vi /etc/vmware/vsphere-ui/webclient.properties

Modify the following content:

    session.timeout = *value (default 120, unit minute, for example, modify to 10080, 7 days)

Take effect after restarting the service

    service-control --stop vsphere-ui

    service-control --start vsphere-ui

No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...