From 3eb5dd360e7fb3f5cca15e8d87285cc292f9896d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 17 Apr 2016 10:45:26 +0200 Subject: [PATCH] doc update --- doc/sample.config | 10 +++++----- src/ocserv-args.def | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/sample.config b/doc/sample.config index 7cdcc0b9..4d70ca05 100644 --- a/doc/sample.config +++ b/doc/sample.config @@ -301,11 +301,11 @@ ban-reset-time = 300 # Cookie timeout (in seconds) # Once a client is authenticated he's provided a cookie with -# which he can reconnect. That cookie will be invalided if not -# used within this timeout value. On a user disconnection, that -# cookie will also be active for this time amount prior to be -# invalid. That should allow a reasonable amount of time for roaming -# between different networks. +# which he can reconnect. That cookie will be invalidated if not +# used within this timeout value. This cookie remains valid, during +# the user's connected time, and after user disconnection it +# remains active for this amount of time. That setting should allow a +# reasonable amount of time for roaming between different networks. cookie-timeout = 300 # If this is enabled (not recommended) the cookies will stay diff --git a/src/ocserv-args.def b/src/ocserv-args.def index d9ac4d92..1dffe57a 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -395,11 +395,11 @@ ban-reset-time = 300 # Cookie timeout (in seconds) # Once a client is authenticated he's provided a cookie with -# which he can reconnect. That cookie will be invalided if not -# used within this timeout value. On a user disconnection, that -# cookie will also be active for this time amount prior to be -# invalid. That should allow a reasonable amount of time for roaming -# between different networks. +# which he can reconnect. That cookie will be invalidated if not +# used within this timeout value. This cookie remains valid, during +# the user's connected time, and after user disconnection it +# remains active for this amount of time. That setting should allow a +# reasonable amount of time for roaming between different networks. cookie-timeout = 300 # If this is enabled (not recommended) the cookies will stay