Package web :: Package web :: Module session
[hide private]
[frames] | no frames]

Module session

source code

Session Management (from web.py)

Classes [hide private]
  SessionExpired
  Session
Session management for web.py
  Store
Base class for session stores
  DiskStore
Store for saving a session on disk.
  DBStore
Store for saving a session in database Needs a table with the following columns:
  ShelfStore
Store for saving session using `shelve` module.
Variables [hide private]
  __package__ = 'web.web'