sample.config: added session-timeout parameter

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2017-12-10 21:59:56 +01:00
committed by Nikos Mavrogiannopoulos
parent 97fb12de51
commit bdb5ae4516
2 changed files with 9 additions and 1 deletions

View File

@@ -311,6 +311,12 @@ auth-timeout = 240
# before being disconnected. Unset to disable.
#idle-timeout = 1200
# The time (in seconds) that a client is allowed to stay connected
# Unset to disable. When set a client will be disconnected after being
# continuously connected for this amount of time, and its cookies will
# be invalidated (i.e., re-authentication will be required).
#session-timeout = 86400
# The time (in seconds) that a mobile client is allowed to stay idle (no
# traffic) before being disconnected. Unset to disable.
#mobile-idle-timeout = 2400