comparison production.ini @ 1714:1308f068fc1a beta

added httponly and secure cookie into ini files
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Nov 2011 16:37:50 +0200
parents 79a06e68a035
children 7ff304d3028f
comparison
equal deleted inserted replaced
1713:54687aa00724 1714:1308f068fc1a
140 beaker.session.type = cookie 140 beaker.session.type = cookie
141 beaker.session.key = rhodecode 141 beaker.session.key = rhodecode
142 beaker.session.encrypt_key = g654dcno0-9873jhgfreyu 142 beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
143 beaker.session.validate_key = 9712sds2212c--zxc123 143 beaker.session.validate_key = 9712sds2212c--zxc123
144 beaker.session.timeout = 36000 144 beaker.session.timeout = 36000
145 beaker.session.httponly = true
146 # uncomment for https secure cookie
147 beaker.session.secure = false
145 148
146 ##auto save the session to not to use .save() 149 ##auto save the session to not to use .save()
147 beaker.session.auto = False 150 beaker.session.auto = False
148 151
149 ##true exire at browser close 152 ##true exire at browser close