##// END OF EJS Templates
deactivated enrypted cookies by default....
marcink -
r1889:10e6c850 beta
parent child Browse files
Show More
@@ -165,8 +165,9 b' beaker.cache.sql_cache_long.key_length ='
165
165
166 beaker.session.type = file
166 beaker.session.type = file
167 beaker.session.key = rhodecode
167 beaker.session.key = rhodecode
168 beaker.session.encrypt_key = ${app_instance_secret}
168 # secure cookie requires AES python libraries
169 beaker.session.validate_key = ${app_instance_secret}
169 #beaker.session.encrypt_key = ${app_instance_secret}
170 #beaker.session.validate_key = ${app_instance_secret}
170 beaker.session.timeout = 36000
171 beaker.session.timeout = 36000
171 beaker.session.httponly = true
172 beaker.session.httponly = true
172
173
General Comments 0
You need to be logged in to leave comments. Login now