X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=auth%2Fmanifoldbackend.py;h=54b16e72ee41ae08d92ad382d246d69ff121744e;hb=dcc3298e16b815cf7672f6e0c08dae62b73c0599;hp=450974e0e4f04c37c39df7991b4a086f4f05a6cf;hpb=edbbf9559e567fae94b80da4def6ce12ac0e425f;p=unfold.git diff --git a/auth/manifoldbackend.py b/auth/manifoldbackend.py index 450974e0..54b16e72 100644 --- a/auth/manifoldbackend.py +++ b/auth/manifoldbackend.py @@ -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)