en-US citrix computer

Log off user on session disconnect

Citrix Workspace App

Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

Description

Log off user on session disconnect. When enabled, users are automatically logged off from Citrix Workspace app when they disconnect from their session. In case of multiple sessions, after all the sessions disconnect, user should be logged off.

Registry

HKLM Software\Policies\Citrix\Dazzle

Value name: SignOutFromCWAOnSessionDisconnect

Enabled: SignOutFromCWAOnSessionDisconnect = true

Disabled: SignOutFromCWAOnSessionDisconnect = false

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Log off user on session disconnect
; State: Enabled
; Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\Dazzle]
"SignOutFromCWAOnSessionDisconnect"="true"