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 itsdangerous module. |
Class | SessionInterface |
No summary |
Class | SessionMixin |
Expands a basic dictionary with session attributes. |
Variable | session_json_serializer |
Undocumented |