Home | Trees | Index | Help |
|
---|
Package session2 :: Module DictSession :: Class DictSession |
|
Session
--+ |UserDict
--+ | DictSession
A session object that also acts like a dictionary.
Unlike some object/dict hybrids, keys and attributes are distinct and not interchangeable. Beware of assigning attributes that override dict methods.
Method Summary | |
---|---|
__init__(self,
id)
| |
Inherited from UserDict | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
(Class method) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from Session | |
| |
| |
Return the number of seconds since session was last accessed. | |
Return the time that this session was last accessed (seconds since epoch). | |
Return the number of seconds since session was created. | |
Return the time that this session was created (seconds since epoch). | |
Return the IP address (dotted-quad string) that made the initial request in this session. | |
| |
() -> boolean | |
| |
Called near the beginning of each request: after the HTTPRequest object has been built, but before we traverse the URL or call the callable object found by URL traversal. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Oct 24 19:07:08 2005 | http://epydoc.sf.net |