I'm using SQLObject (I started this project a while ago) -Ryan
On Feb 11, 2:09 pm, Paul Johnston <[EMAIL PROTECTED]> wrote: > Hi, > > >I'm having a problem where sometimes when I change some value and then > >save the changes, when the page reloads my changes don't show up. The > >strange thing is that if I reload the page a couple times, the change > >will eventually show up. > > Are you using SQLALchemy? This could be a "session freshness" problem. > Most likely to occur if you've been tampering with the CherryPy filters, > so that the TG filter that clears the SA session after each request ends > up not being called. > > Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

