Home | Trees | Indices | Help |
|
---|
|
Tutorial - Sessions
Storing session data in CherryPy applications is very easy: cherrypy provides a dictionary called "session" that represents the session data for the current user. If you use RAM based sessions, you can store any kind of object into that dictionary; otherwise, you are limited to objects that can be pickled.
|
|||
HitCounter |
|
|||
tutconf =
|
|||
__package__ =
|
|
tutconf
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 9 16:10:50 2012 | http://epydoc.sourceforge.net |