cherrypy.test.sessiondemo module
A session demonstration app.
-
class cherrypy.test.sessiondemo.Root[source]
Bases: object
Session demo app.
-
expire()[source]
Expire the existing session.
-
index()[source]
Save green color in session at app index URI.
-
page()[source]
Render HTTP request-related details.
-
regen()[source]
Regenerate the session, storing yellow color in it.