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

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...