From: Mohamed Larabi Date: Tue, 19 Feb 2013 09:42:09 +0000 (+0100) Subject: oups: remove dead code X-Git-Tag: myslice-django-0.1-1~84 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=dcc3298e16b815cf7672f6e0c08dae62b73c0599 oups: remove dead code --- 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)