Top

session3 module

A refactored Quixote 2.x session manager and associated persistent session stores.

Authors: C. Titus Brown and Mike Orr.

LICENSE: MIT.

See the README.txt_ distributed with this package for more information, or visit http://quixote.idyll.org/session2/.

.. _README.txt: ../README.html

"""
A refactored Quixote 2.x session manager and associated persistent session
stores.

Authors: C. Titus Brown and Mike Orr.

LICENSE: MIT.

See the README.txt_ distributed with this package for more information,
or visit http://quixote.idyll.org/session2/.

.. _README.txt: ../README.html
"""

__version__ = '3.0.0'

Sub-modules

session3.DictSession

A session object that also acts like a dictionary.

session3.Session

Session storage class for Quixote 2.x.

session3.SessionManager

A persistent session manager class for Quixote 2.x.

session3.store

Persistent session stores for session3.SessionManager.