From dc35059264a1b443284d888c1d6a6b665ae0f417 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 1 Jul 2024 15:43:50 +0200 Subject: [PATCH] document xrdp::disconnected_session_timeout --- admin-guide/configuration/xrdp.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin-guide/configuration/xrdp.md b/admin-guide/configuration/xrdp.md index 0c737020..0a355fa7 100644 --- a/admin-guide/configuration/xrdp.md +++ b/admin-guide/configuration/xrdp.md @@ -23,6 +23,12 @@ whereas to disallow virtual desktop sessions there is xrdp::virtual_desktop::enable: false ``` +Often you may not want the user to keep their desktop sessions open forever, so you may configure their sessions to be closed after they have been disconnected for some time (seconds). The default value is `0` which disables this feature. + +``` +xrdp::disconnected_session_timeout: 3600 +``` + Also you may choose the backend for the virtual sessions, either `libxup.so` (default) or `libvnc.so`: ```