From dcc3298e16b815cf7672f6e0c08dae62b73c0599 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Tue, 19 Feb 2013 10:42:09 +0100 Subject: [PATCH] oups: remove dead code --- auth/manifoldbackend.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0