diff wiki/constants.py @ 627:a4300639c6e7

Wiki integration. Create task to delete old cookie records. Rework logic upon logout, as session will not be available. Set an attribute on the request instead.
author Brian Neal <bgneal@gmail.com>
date Mon, 12 Nov 2012 15:10:52 -0600
parents
children f4c043cf55ac
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wiki/constants.py	Mon Nov 12 15:10:52 2012 -0600
@@ -0,0 +1,6 @@
+"""Constants used throughout the wiki application
+
+"""
+
+SESSION_SET_FLAG = 'wiki_set_cookie'
+SESSION_SET_MEMBER = 'wiki_redis_set_member'