diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-08-24 18:53:55 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-08-24 18:53:55 -0700 |
commit | 6700eb18d759a1e61786e299f986ae5995d7f208 (patch) | |
tree | bc26aca6d7eff8e48cbc1e506c48e4d8e9bd45a5 /sesman | |
parent | 069838f3557f584932a6372a72b3ad0155fcc761 (diff) | |
download | xrdp-proprietary-6700eb18d759a1e61786e299f986ae5995d7f208.tar.gz xrdp-proprietary-6700eb18d759a1e61786e299f986ae5995d7f208.zip |
kill disconencted, make work like man page and update man page
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/sesman.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sesman/sesman.ini b/sesman/sesman.ini index 571e063b..02fef5ba 100644 --- a/sesman/sesman.ini +++ b/sesman/sesman.ini @@ -17,8 +17,13 @@ AlwaysGroupCheck = false [Sessions] X11DisplayOffset=10 MaxSessions=10 +# if 1, true, or yes, kill session after 60 seconds KillDisconnected=0 +# if not zero, the seconds without mouse or keyboard input before disconnect +# not complete yet IdleTimeLimit=0 +# if not zero, the seconds before a disconnected session is killed +# min 60 seconds DisconnectedTimeLimit=0 [Logging] |