I'm wondering if the dev server is caching cookies. I'm working on an app which allows users to log in and log out. logging in will create a cookie and logging out will expire it. however, *sometimes* with the dev server, logging out doesn't work. my app seems to think the user is still logged in even though there is no cookie (verified by looking at the list of localhost cookies in Firefox). Of course, sometimes logging out works just fine.
Stopping and starting the dev server takes care of it. I just want to confirm this is behavior from the dev server and not some problem with my app. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
