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:51 UTC

[couchdb-documentation] branch persist created (now 767fb3f)

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

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


      at 767fb3f  Clarify what the allow_persistent_cookies config value does

This branch includes the following new commits:

     new 767fb3f  Clarify what the allow_persistent_cookies config value does

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by fl...@apache.org.
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