collections.UserDictsession3.DictSession.DictSession - A session object that also acts like a dictionary.session3.Session.Session - Holds information about the current session.session3.DictSession.DictSession - A session object that also acts like a dictionary.session3.SessionManager.SessionManager - A persistent session manager for Quixote.session3.store.SessionStore.SessionStore - Persistent Session storage API for session3's SessionManager.session3.store.DirectorySessionStore.DirectorySessionStore - Store sessions in individual files within a directory.session3.store.DurusSessionStore.DurusSessionStore - A session store for Durus, a simple object database.session3.store.MySQLSessionStore.MySQLSessionStore - No class docstring; 0/2 instance variable, 0/3 class variable, 1/7 method documentedsession3.store.PostgresSessionStore.PostgresSessionStore - Store pickled sessions in an SQL database.session3.store.ShelveSessionStore.ShelveSessionStore - Open a 'shelve' dictionary with the given filename, and store sessions in it.SessionStore.SessionStoresession3.store.VolatileSessionStore.VolatileSessionStore - A simple volatile (non-persistent) session store for session3.