This is an automated email from the ASF dual-hosted git repository. flimzy pushed a commit to branch persist in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit 767fb3f6ea674e71f13b66340cf10f97ae5851c5 Author: Jonathan Hall <[email protected]> AuthorDate: Sun Jul 14 11:52:41 2019 +0200 Clarify what the allow_persistent_cookies config value does --- src/config/auth.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/auth.rst b/src/config/auth.rst index 5e2f2c6..f75f0a6 100644 --- a/src/config/auth.rst +++ b/src/config/auth.rst @@ -128,7 +128,8 @@ Authentication Configuration .. config:option:: allow_persistent_cookies :: Persistent cookies - Makes cookies persistent if ``true``. :: + When set to ``true``, CouchDB will refresh the session cookie whenever + the session is nearing expiration. :: [couch_httpd_auth] allow_persistent_cookies = false
