beaker icon indicating copy to clipboard operation
beaker copied to clipboard

Disable cookie encryption

Open Brakkar opened this issue 9 years ago • 0 comments

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 ?

Brakkar avatar Nov 24 '16 15:11 Brakkar