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 /docs/man | |
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 'docs/man')
-rw-r--r-- | docs/man/sesman.ini.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/man/sesman.ini.5 b/docs/man/sesman.ini.5 index 2bf69297..6a0d5459 100644 --- a/docs/man/sesman.ini.5 +++ b/docs/man/sesman.ini.5 @@ -98,9 +98,8 @@ If unset or set to \fI0\fR, unlimited session are allowed. .TP \fBKillDisconnected\fR=\fI[0|1]\fR -If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed when the user disconnects. +If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed within 60 seconds when the user disconnects. .br -\fI\-this option is currently ignored!\-\fR .TP \fBIdleTimeLimit\fR=\fI<number>\fR @@ -112,11 +111,10 @@ If set to \fI0\fR, automatic disconnection is disabled. .TP \fBDisconnectedTimeLimit\fR=\fI<number>\fR -Sets the the time limit before a disconnected session is killed. +Sets the the time(in seconds) limit before a disconnected session is killed. .br If set to \fI0\fR, automatic killing is disabled. .br -\fI\-this option is currently ignored!\-\fR .SH "SECURITY" The following parameters can be used in the \fB[Sessions]\fR section: |