Home | Trees | Indices | Help |
|
---|
|
object --+ | Session
A CherryPy dict-like Session object (one per request). clean_freq [= 5]: The poll rate for expired session cleanup in minutes. clean_thread [= None]: Class-level PerpetualTimer which calls self.clean_up. id [= None]: The current session ID. loaded [= False]: If True, data has been retrieved from storage. This should happen automatically on the first attempt to access session data. locked [= False]: If True, this session instance has exclusive read/write access to session data. timeout [= 60]: Number of minutes after which to delete session data.
|
|||
__metaclass__ Metaclass for declaring docstrings for class attributes. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
id = None hash(x) |
|||
id__doc = "The current session ID."
|
|||
timeout = 60
|
|||
timeout__doc = "Number of minutes after which to delete sessio
|
|||
locked = False
|
|||
locked__doc =
|
|||
loaded = False
|
|||
loaded__doc =
|
|||
clean_thread = None hash(x) |
|||
clean_thread__doc = "Class-level PerpetualTimer which calls se
|
|||
clean_freq = 5
|
|||
clean_freq__doc = "The poll rate for expired session cleanup i
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
timeout__doc
|
locked__doc
|
loaded__doc
|
clean_thread__doc
|
clean_freq__doc
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 29 13:10:28 2010 | http://epydoc.sourceforge.net |