comparison 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
comparison
equal deleted inserted replaced
626:a6bc1e2efa63 627:a4300639c6e7
1 """Constants used throughout the wiki application
2
3 """
4
5 SESSION_SET_FLAG = 'wiki_set_cookie'
6 SESSION_SET_MEMBER = 'wiki_redis_set_member'