You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; KillDisconnected - kill disconnected sessions
; Type: boolean
; Default: false
; if 1, true, or yes, every session will be killed within DisconnectedTimeLimit
; seconds after the user disconnects
KillDisconnected=true
;; DisconnectedTimeLimit (seconds) - wait before kill disconnected sessions
; Type: integer
; Default: 0
; if KillDisconnected is set to false, this value is ignored
DisconnectedTimeLimit=1
1 .) Open RDP xonnection to server
2 .) After connection established; Log out with log off button
✔️ Expected Behavior
After lougout all remaining user proccesses should be stopped and loginctl should not list any running sessions
❌ Actual Behavior
Sessions remain open and loginctl shows defunct session
Anything else?
Changing
DisconnectedTimeLimit=1
to a value above 60 does not work or change the behaviour
The text was updated successfully, but these errors were encountered:
xrdp version
0.9.17
Detailed xrdp version, build options
Operating system & version
Linux mint 21.3 (Virginia)
Installation method
dnf / apt / zypper / pkg / etc
Which backend do you use?
xorgxrdp
What desktop environment do you use?
Cinnamon
Environment xrdp running on
Physical Machine
What's your client?
Remmina
Area(s) with issue?
Other
Steps to reproduce
Have this config in /etc/xrdp/xrdp.ini :
And this config in /etc/xrdp/sesman.ini :
1 .) Open RDP xonnection to server
2 .) After connection established; Log out with log off button
✔️ Expected Behavior
After lougout all remaining user proccesses should be stopped and loginctl should not list any running sessions
❌ Actual Behavior
Sessions remain open and loginctl shows defunct session
Anything else?
Changing
to a value above 60 does not work or change the behaviour
The text was updated successfully, but these errors were encountered: