changeset 1889:10e6c850d4cc beta

deactivated enrypted cookies by default. - AES lib is needed to be installed additionally
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 13 Jan 2012 00:15:31 +0200
parents f91d3f9b7230
children a3efaaa6ed4f
files rhodecode/config/deployment.ini_tmpl
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/config/deployment.ini_tmpl	Thu Jan 12 06:32:40 2012 +0200
+++ b/rhodecode/config/deployment.ini_tmpl	Fri Jan 13 00:15:31 2012 +0200
@@ -165,8 +165,9 @@
 
 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