misc/migration/3.7.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 02 Oct 2014 17:18:29 +0200
changeset 10080 bc7c3b0f439b
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[web] stop accepting the magic __message form parameter This has been deprecated for a while, and replaced by _cwmsgid, which doesn't allow arbitrary content.

if versions_map['cubicweb'][0] == (3, 7, 4):
    config['http-session-time'] *= 60
    config['cleanup-session-time'] *= 60
    config['cleanup-anonymous-session-time'] *= 60