From 6c1cfe164eaee1ab055336b4bad7b10bbda77929 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 30 Jan 2013 10:29:41 -0500 Subject: [PATCH] Set the session cookie expiration to 6 months. --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index cd1b93c..339ac37 100644 --- a/settings.py +++ b/settings.py @@ -140,6 +140,8 @@ TEMPLATE_DIRS = ( os.path.join(PROJECT_PATH, 'templates') ) +SESSION_COOKIE_AGE = 14515200 + # A sample logging configuration. The only tangible logging # performed by this configuration is to send an email to # the site admins on every HTTP 500 error.