FarmSessionSettingsInfoV2
Session settings related to the Farm.
{
"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",
"session_timeout_policy": "DEFAULT"
}
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.
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.
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.
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.
Indicates whether the empty application sessions are logged off (true) or disconnected (false) after timeout. This property can be used for sorting.
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.
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.
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. This property can be used for sorting.
- 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.