CherryPy has a built in session system that, as far as I know, assigns
a session to each user, even anonymous ones. It can store Python
objects in memory or serialize them to either a file or Postgres
database. Other storage options are available if you want to write them
yourself. The following links will probably help you get started

http://docs.turbogears.org/1.0/Sessions
http://www.cherrypy.org/chrome/common/2.2/docs/book/chunk/ch03.html#id3490116

-Adam


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to