Updated documentation for the new sessions

This commit is contained in:
Armin Ronacher 2012-10-07 12:40:59 +02:00
parent e1a576122b
commit 261c4a6aee
2 changed files with 9 additions and 5 deletions

View file

@ -3,10 +3,9 @@
flask.sessions
~~~~~~~~~~~~~~
Implements cookie based sessions based on Werkzeug's secure cookie
system.
Implements cookie based sessions based on itsdangerous.
:copyright: (c) 2011 by Armin Ronacher.
:copyright: (c) 2012 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""