misc/migration/3.4.0_common.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Nov 2010 11:58:16 +0100
branchstable
changeset 6680 b62ebf1d9388
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[web session] fix '#1375582: sometime have to relogin since secure session cookie are used' by having different session cookie for http/https version. Also add application name to avoid potential pb when developping differents appls on the same port.

from os.path import join
from cubicweb.toolsutils import create_dir

option_renamed('pyro-application-id', 'pyro-instance-id')

create_dir(join(config.appdatahome, 'backup'))