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 18:22:04 UTC

[couchdb-documentation] branch master updated: Clarify what the allow_persistent_cookies config value does (#428)

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new cdb93fa  Clarify what the allow_persistent_cookies config value does (#428)
cdb93fa is described below

commit cdb93fa24b8d79ab9d974be60f972ac13f799533
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Sun Jul 14 20:22:00 2019 +0200

    Clarify what the allow_persistent_cookies config value does (#428)
---
 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