module documentation

Undocumented

Class NullSession Class used to generate nicer error messages if sessions are not available. Will still allow read-only access to the empty session but fail on setting.
Class SecureCookieSession Base class for sessions based on signed cookies.
Class SecureCookieSessionInterface The default session interface that stores sessions in signed cookies through the :mod:`itsdangerous` module.
Class SessionInterface The basic interface you have to implement in order to replace the default session interface which uses werkzeug's securecookie implementation. The only methods you have to implement are :meth:`open_session` and :meth:`save_session`, the others have useful defaults which you don't need to change.
Class SessionMixin Expands a basic dictionary with session attributes.
Variable session_json_serializer Undocumented
session_json_serializer = (source)

Undocumented