On Jan 29, 10:29 am, "aspineux" <[EMAIL PROTECTED]> wrote: > Turbogears doesn't provide any way to link _easily_ data with a > session (named vist into turbogear) like cherrypy.session does! >
I believe this model implements a session pretty well using just TurboGears Visit to manage the cookie information. http://paste.turbogears.org/paste/934 It is SqlObject based, but it would be trivial to port to SqlAlchemy. It doesn't do the RAM based storage, so if you really had your heart set on that, it won't meet your needs. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

