From 36231f057ba8e546ece6f85454e1efb0d82cb1e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Wed, 15 Feb 2012 15:05:30 -0500 Subject: [PATCH] session logout --- project/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index 5d58158..0882ad5 100644 --- a/project/settings.py +++ b/project/settings.py @@ -20,7 +20,6 @@ DATE_INPUT_FORMATS = ( '%d-%m-%y', '%d/%m/%y', '%d %m %y', ) -SESSION_COOKIE_AGE = 1800 #60 secondes * 30 minutes = 1800 SESSION_SAVE_EVERY_REQUEST = True SESSION_EXPIRE_AT_BROWSER_CLOSE = True -- 1.7.10.4