pyramid_cubicweb/__init__.py
changeset 11489 433fd3af7386
parent 11487 04252e9ff549
child 11492 b0b8942cdb80
--- 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