beaker
beaker copied to clipboard
Disable cookie encryption
Hi, it seems I cannot disable cookie encryption:
session_opts = {
'session.type': 'cookie',
'session.cookie_expires': 30,
'session.key': "site",
'session.validate_key': "*****"
}
if I omit validate_key it will crash requiring it. How can I disable encryption ?