For Vsphere 6.5 Web Client
From VCSA cli, modify the property named session.timeout = 120 to 0 in vi /etc/vmware/vsphere-client/webclient.properties and then, restart the service vsphere-client service
service-control –stop vsphere-client
service-control –start vsphere-client
Steps
From VCSA cli, modify the property named session.timeout = 120 to 0 in vi /etc/vmware/vsphere-client/webclient.properties and then, restart the service vsphere-client service
service-control –stop vsphere-client
service-control –start vsphere-client
Steps
- Connect (ssh) to VCSA using root password,
- vi /etc/vmware/vsphere-client/webclient.properties
- Modify session.timeout = 120 to 0 in above file
- Restart vsphere-client service service-control –stop vsphere-client; service-control –start vsphere-client