Set the session cookie expiration to 6 months.

master
Nick Sergeant 2013-01-30 10:29:41 -05:00
parent f6a245b616
commit 6c1cfe164e
1 changed files with 2 additions and 0 deletions

View File

@ -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.