Hi, I have noticed a bug with a TurboGears/SA app, it seemed to be picking up old data values on occasions. I believe this is due to the SA identity map, and in short I think the answer is to call session.clear() before each request.
I've raised a ticket on the TG tracker for this http://trac.turbogears.org/ticket/1419 Mike - does this seem reasonable? Does the Pylons transaction decorator do a session.clear? Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
