oups: remove dead code
authorMohamed Larabi <aminelarabi@vis074b.sophia.inria.fr>
Tue, 19 Feb 2013 09:42:09 +0000 (10:42 +0100)
committerMohamed Larabi <aminelarabi@vis074b.sophia.inria.fr>
Tue, 19 Feb 2013 09:42:09 +0000 (10:42 +0100)
auth/manifoldbackend.py

index 450974e..54b16e7 100644 (file)
@@ -27,7 +27,6 @@ class ManifoldBackend:
             if not session : 
                 return None
             
-            request.session['manifold_session'] = session
             #self.session = session
             # Change GetSession() at some point to return expires as well
             expires = time.time() + (24 * 60 * 60)