# HG changeset patch # User Christophe de Vienne # Date 1405441548 -7200 # Node ID 433fd3af7386f5193ca1b98ebfd238bbd37ecb41 # Parent baa0988a60293f3469405765cb3ebe3f883311fb Use the pyramid session object as the cubiweb session.data (needs a patched cw 3.19) Related to #4291173 diff -r baa0988a6029 -r 433fd3af7386 pyramid_cubicweb/__init__.py --- a/pyramid_cubicweb/__init__.py Tue Jul 15 18:13:57 2014 +0200 +++ b/pyramid_cubicweb/__init__.py Tue Jul 15 18:25:48 2014 +0200 @@ -175,7 +175,7 @@ # XXX Ideally we store the cw session data in the pyramid session. # BUT some data in the cw session data dictionnary makes pyramid fail. - #session.data = request.session + session.data = request.session return session