SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

vspherewebclienttimeout

vSphere Web Client Timeout Value

By default, vSphere Web Client sessions terminate after 30 minutes of idle time, requiring the user to log in again to resume using the client. You can change the timeout value by editing the webclient.properties file. This file is located at the server where the webclient is installed, which is in my case the vCenter server.

Change Timeout Value

Log on to the computer where the vSphere Web Client is installed and navigate to the the webclient.properties file:

  • Windows 2003
    • %ALLUSERSPROFILE%Application Data\VMware\vSphere Web Client
  • Windows 2008
    • %ALLUSERSPROFILE%\VMware\vSphere Web Client
    • Default: C:\ProgramData\VMware\vSphere Web Client
  • vCenter Server Appliance
    • /var/lib/vmware/vsphere-client

Edit the file to include the line session.timeout = value where value is the timeout value in minutes.

Note that to set the client to never time out, specify a negative or 0 value for the timeout.
# Session timeout in minutes, default 120
session.timeout = 120

Restart the vSphere Web Client Service

To activate the changes you'll have to restart the Web Client Service:

  • On Windows operating systems, restart the VMware vSphere Web Client service
  • On the vCenter Server Appliance, restart the vSphere-client service
You could leave a comment if you were logged in.
vspherewebclienttimeout.txt · Last modified: 2021/09/24 00:25 (external edit)