You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/01/12 15:17:04 UTC

git commit: Set default cookie timeout to 10 mins

Updated Branches:
  refs/heads/1.1.x 8ebc3b9bf -> 09ce0771b


Set default cookie timeout to 10 mins


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/09ce0771
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/09ce0771
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/09ce0771

Branch: refs/heads/1.1.x
Commit: 09ce0771b1a1f9a8f07a21cb3c6c650069133c5b
Parents: 8ebc3b9
Author: Robert Newson <rn...@apache.org>
Authored: Thu Jan 12 14:16:16 2012 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Jan 12 14:16:16 2012 +0000

----------------------------------------------------------------------
 etc/couchdb/default.ini.tpl.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/09ce0771/etc/couchdb/default.ini.tpl.in
----------------------------------------------------------------------
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 18a5c1c..eedc70d 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -38,7 +38,7 @@ include_sasl = true
 authentication_db = _users
 authentication_redirect = /_utils/session.html
 require_valid_user = false
-timeout = 43200 ; (default to 12 hours) number of seconds before automatic logout
+timeout = 600 ; number of seconds before automatic logout
 auth_cache_size = 50 ; size is number of cache entries
 
 [query_servers]