You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2019/07/14 09:52:52 UTC

[couchdb-documentation] 01/01: Clarify what the allow_persistent_cookies config value does

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 <fl...@flimzy.com>
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