FarmSessionSettingsInfo

FarmSessionSettingsInfo
FarmSessionSettingsInfo

Session settings related to the Farm.

JSON Example
{
    "disconnected_session_timeout_minutes": 5,
    "disconnected_session_timeout_policy": "NEVER",
    "empty_session_timeout_minutes": 5,
    "empty_session_timeout_policy": "AFTER",
    "logoff_after_timeout": false,
    "pre_launch_session_timeout_minutes": 10,
    "pre_launch_session_timeout_policy": "AFTER"
}
integer As int32 As int32
disconnected_session_timeout_minutes
Optional

Disconnected sessions timeout (in minutes). An empty disconnected session is logged off after the timeout. This is set when the disconnect_session_timeout_policy is set to AFTER. This property can be used for sorting.

string
disconnected_session_timeout_policy
Optional

Log-off policy after disconnected session. This property can be used for sorting.

  • AFTER: Logoff after the specified number of minutes after user disconnect.
  • IMMEDIATELY: Immediately Logoff after user disconnect.
  • NEVER: Do not logoff after user disconnect.
Possible values are : AFTER, IMMEDIATELY, NEVER,
integer As int32 As int32
empty_session_timeout_minutes
Optional

Application empty session timeout (in minutes). An empty session (that has no remote-able window) is disconnected after the timeout. This is set when the empty_session_timeout_policy is set to AFTER. This property can be used for sorting.

string
empty_session_timeout_policy
Optional

Application empty session timeout policy. This property can be used for sorting.

  • AFTER: Empty session will be disconnected after specified number of minutes.
  • IMMEDIATE: Empty session will be disconnected immediately.
  • NEVER: Empty session will never disconnected.
Possible values are : AFTER, IMMEDIATE, NEVER,
boolean
logoff_after_timeout
Optional

Indicates whether the empty application sessions are logged off (true) or disconnected (false) after timeout. This property can be used for sorting.

integer As int32 As int32
pre_launch_session_timeout_minutes
Optional

Application pre-launch session timeout (in minutes). A pre-launch session is disconnected after the timeout.This is set when the pre_launch_session_timeout_policy is set to AFTER. This property can be used for sorting.

string
pre_launch_session_timeout_policy
Optional

Application pre-launch session timeout policy. This property can be used for sorting.

  • AFTER: Pre-launched session is disconnected after specified number of minutes.
  • NEVER: Pre-launched session is never disconnected.
Possible values are : AFTER, NEVER,