| Home | Trees | Index | Help |
|
|---|
|
session2: A refactored Quixote 2.x session manager and associated persistent session
stores.
DictSession: A session object that also acts like a dictionary.
Session: Session storage class for Quixote 2.x.
SessionManager: A persistent session manager class for Quixote 2.x.
store: Persistent session stores for session2.SessionManager.
DirectorySessionStore: Store sessions in individual files within a directory.
DurusSessionStore: Store sessions in a Durus database.
MySQLSessionStore: Store sessions in a MySQL table.
PostgresSessionStore: Store sessions in a PostgreSQL table.
SessionStore: Base class for persistent session stores.
ShelveSessionStore: Store sessions in a 'shelve' database.
VolatileSessionStore: A simple in-memory volatile session store, mimicking the default
Quixote session management.
UserDict.UserDict
session2.DictSession.DictSession:
A session object that also acts like a dictionary.
session2.Session.Session:
Holds information about the current session.
session2.DictSession.DictSession:
A session object that also acts like a dictionary.
session2.SessionManager.SessionManager:
A persistent session manager for Quixote.
session2.store.SessionStore.SessionStore:
Persistent Session storage API for session2's SessionManager.
session2.store.DirectorySessionStore.DirectorySessionStore:
Store sessions in individual files within a directory.
session2.store.DurusSessionStore.DurusSessionStore:
A session store for Durus, a simple object database.
session2.store.MySQLSessionStore.MySQLSessionStore
session2.store.PostgresSessionStore.PostgresSessionStore:
Store pickled sessions in an SQL database.
session2.store.ShelveSessionStore.ShelveSessionStore:
Open a 'shelve' dictionary with the given filename, and store sessions
in it.
session2.store.VolatileSessionStore.VolatileSessionStore:
A simple volatile (non-persistent) session store for session2.
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sat Feb 4 16:40:10 2006 | http://epydoc.sf.net |