Mercurial > public > sg101
diff wiki/middleware.py @ 633:efac466a05d4
Correct an out of date docstring comment.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 02 Dec 2012 14:42:08 -0600 |
parents | f4c043cf55ac |
children | 47521d9e94bd |
line wrap: on
line diff
--- a/wiki/middleware.py Mon Nov 19 19:25:11 2012 -0600 +++ b/wiki/middleware.py Sun Dec 02 14:42:08 2012 -0600 @@ -91,7 +91,7 @@ class WikiMiddleware(object): """ - Check for flags set in the session to determine when to set or delete an + Check for flags on the request object to determine when to set or delete an external cookie for the wiki application. When creating a cookie, also set an entry in Redis that the wiki application can validate to prevent spoofing.