[google-appengine] Logout login behavior

2011-07-08 Thread sana
I am under the impression that the gae session is dependent of the session of other Google Services (e.g. Gmail). However, when I do the following - Log in my app on gae with a Google Account - Log in my Gmail with the same Google Account - Logout my app - My Gmail also got logged out May I

Re: [google-appengine] Logout login behavior

2011-07-08 Thread Jon McAlister
Indeed that is the expected behavior for that scenario. If you'd like the alternate behavior, wherein the user is logged out of your app but not out of Google Accounts, then what you should do instead is delete the [S]ACSID cookie with a Set-Cookie: header in your response. After that, the user