[appengine-java] user api: logout link logs me out of google account instead of just my app?

2011-05-04 Thread hst
Hi, I have an app for which I enabled login via google accounts with the user api. I proceeded following the documentation, in particular I provide the logout link created by userService.createLogoutURL() to the user. The (big!) problem is that when users click on this link, they don't only

Re: [appengine-java] user api: logout link logs me out of google account instead of just my app?

2011-05-04 Thread Jon McAlister
To log the user out of just your app, but not out of google, just delete the ACSID or SACSID cookie from your domain. On Wed, May 4, 2011 at 9:33 AM, hst hstoer...@gmail.com wrote: Hi, I have an app for which I enabled login via google accounts with the user api. I proceeded following the