On Monday 02 July 2007 12:02, The Alchemist wrote: > I am using TurboGears 1.0.2.2 (with Python 2.5). > > I want to keep an instance of a variable for the duration of a (user) > session (i.e. ends when user closes the web browser). I would prefer > not to use a cookie. > > Any hints on how I can implement this?
cherrypy.session.variable = value Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

