The problem was a variable with an old value. Thanks for the suggestions.
On Dec 26, 12:11 pm, Tom <[email protected]> wrote: > Thanks. I am using app-engine-patch so perhaps something in there has > globals. All of my code is contained in 'def's with no globals. > > On Dec 26, 11:52 am, djidjadji <[email protected]> wrote: > > > I think ALL global variables in your code are maintained when the > > session is reused. > > > 2008/12/26 Tom <[email protected]>: > > > > My app works once and then stops. I'm remote at the moment and so my > > > debug capabilities are limited but it seems like there is something > > > persistent about my calls to GAE. Is there anything in the dashboard > > > that would let me see if an app session was being reused? I was under > > > the impression that each POST call to GAE is its own entity. What > > > persistent info is maintained between calls if the session is reused? > > > (I don't use memcache.) > > > > Any pointers or insights greatly appreciated! > > > Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
