To comply with security requirements, an administrator with a vCenter Server Appliance needs to
force logoff of the vSphere web client after 10 minutes of inactivity.
What should the administrator do to meet the requirement?
A.
Edit: /var/lib/vmware/vsphere-client/webclient.properties, modify session.timeout=10
B.
Edit: /opt/vmware/vsphere-client/webclient.properties, modify session.timeout=600
C.
Edit: /var/lib/vmware/vsphere-client/webclient.properties modify session.timeout=600
D.
Edit: /opt/vmware/vsphere-client/webclient.properties, modify session.timeout=10
Explanation:
A is correct
to set the timeout value to 10 minutes, include the line session.timeout = 10
https://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.vcenterhost.doc%2FGUID-975412DE-CDCB-49A1-8E2A-0965325D33A5.html
http://pubs.vmware.com/vsphere-55/index.jsp?topic=%2Fcom.vmware.vsphere.vcenterhost.doc%2FGUID-975412DE-CDCB-49A1-8E2A-0965325D33A5.html&resultof=%22session%2etimeout%3d%22%20
A : Edit: /var/lib/vmware/vsphere-client/webclient.properties, modify session.timeout=10