Data Object - FarmSessionSettings

Class
VMware.Hv.SessionSettings
Property of
FarmData
Since
Horizon View 6.0

Data Object Description

Farm session settings

Data Object Properties

Properties

Name Type Description
disconnectedSessionTimeoutPolicyxsd:string

Log-off policy after disconnected session
  • This property has a default value of "NEVER".
  • This property will be one of:
    Value Description
    "IMMEDIATE"Logoff immediately after disconnect.
    "NEVER"Do not logoff after disconnect.
    "AFTER"Logoff the specified number of minutes after disconnect.
disconnectedSessionTimeoutMinutesxsd:int

Disconnected sessions timeout (in minutes). An empty disconnected session is logged off after the timeout.
emptySessionTimeoutPolicyxsd:string

Application empty session timeout policy.
  • This property has a default value of "AFTER".
  • This property will be one of:
    Value Description
    "IMMEDIATE"Empty session is disconnected immediately.
    "NEVER"Empty session is never disconnected.
    "AFTER"Empty session is disconnected after specified number of minutes.
emptySessionTimeoutMinutesxsd:int

Application empty session timeout (in minutes). An empty session (that has no remote-able window) is disconnected after the timeout.
  • This property has a default value of 1.
  • This property need not be set.
  • This property has a minimum value of 1.
  • This property is required if emptySessionTimeoutPolicy is set to "AFTER".
logoffAfterTimeoutxsd:boolean

Indicates whether the empty application sessions are logged off (true) or disconnected (false) after timeout.
  • This property has a default value of false.
preLaunchSessionTimeoutPolicyxsd:string

Application pre-launch session timeout policy.

Since Horizon 7.2
  • This property need not be set.
  • This property will be one of:
    Value Description
    "NEVER"Pre-launched session is never disconnected.
    "AFTER"Pre-launched session is disconnected after specified number of minutes.
preLaunchSessionTimeoutMinutesxsd:int

Since Horizon 7.2
  • This property need not be set.
  • This property has a minimum value of 10.
  • This property is required if preLaunchSessionTimeoutPolicy is set to "AFTER".