summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.ini.in
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-10-10 17:47:12 +0900
committerKoichiro IWAO <meta@vmeta.jp>2018-10-10 17:47:12 +0900
commitf84f3de478357216cade6c2099adbb4778bc0f24 (patch)
tree13c4c44069f0219c6d6d9bb9e0b8c270216cca54 /sesman/sesman.ini.in
parent6049cf8dad919ded363c0dd5ac53a56e4c82b5ad (diff)
downloadxrdp-proprietary-f84f3de478357216cade6c2099adbb4778bc0f24.tar.gz
xrdp-proprietary-f84f3de478357216cade6c2099adbb4778bc0f24.zip
docs: ressurect IdleTimeLimit
This reverts commit 513f7679966dc8bc1d86f328dce6372c763e2d93.
Diffstat (limited to 'sesman/sesman.ini.in')
-rw-r--r--sesman/sesman.ini.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/sesman/sesman.ini.in b/sesman/sesman.ini.in
index 68ef7795..deaf6f01 100644
--- a/sesman/sesman.ini.in
+++ b/sesman/sesman.ini.in
@@ -37,6 +37,13 @@ MaxSessions=50
; if 1, true, or yes, kill session after 60 seconds
KillDisconnected=false
+;; IdleTimeLimit - when to disconnect idle sessions
+; Type: integer
+; Default: 0
+; if not zero, the seconds without mouse or keyboard input before disconnect
+; not complete yet
+IdleTimeLimit=0
+
;; DisconnectedTimeLimit - when to kill idle sessions
; Type: integer
; Default: 0