Changeset - 10e6c850d4cc
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-01-12 23:15:31
marcin@python-works.com
deactivated enrypted cookies by default.
- AES lib is needed to be installed additionally
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -165,8 +165,9 @@ beaker.cache.sql_cache_long.key_length =
 

	
 
beaker.session.type = file
 
beaker.session.key = rhodecode
 
beaker.session.encrypt_key = ${app_instance_secret}
 
beaker.session.validate_key = ${app_instance_secret}
 
# secure cookie requires AES python libraries
 
#beaker.session.encrypt_key = ${app_instance_secret}
 
#beaker.session.validate_key = ${app_instance_secret}
 
beaker.session.timeout = 36000
 
beaker.session.httponly = true
 

	
0 comments (0 inline, 0 general)