session3.store module
Persistent session stores for session3.SessionManager
.
""" Persistent session stores for `session3.SessionManager`. """
Sub-modules
session3.store.DirectorySessionStore
Store sessions in individual files within a directory. RJLRJL: Note that python 3.3. change fcntl to return OSError instead of IOError
RJLRJL: 19th August 2018 There is a problem with the existing code (adopted from the python 2 version), which leads to an EOFError: Ran out of input
The code in :...
Base class for persistent session stores.
session3.store.ShelveSessionStore
Store sessions in a 'shelve' database.