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

Application pre-launch session timeout (in minutes). A pre-launch session is disconnected after the timeout.

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".
sessionTimeoutPolicyxsd:string

Specifies the session timeout policy for the applications published from the Farm. This policy indicates whether the launched application session is a forever application session or not.

Since Horizon 8.3
  • This property has a default value of "DEFAULT".
  • This property need not be set.
  • This property will be one of:
    Value Description
    "DEFAULT"Indicates application sessions will be disconnected either on reaching the global idle timeout or on reaching the max session timeout.
    "NEVER"Indicates application sessions will not be disconnected either on reaching the global idle timeout or on reaching the max session timeout.