I believe the Gmail login/logout could be considered a bug, but it's how the Google login page works, unfortunately. When you use the login url or logout URL, Google assumes you want to log in or out of your Google account, *plus* it logs you in or out of the app running on the subdomain you came from by setting a cookie for that subdomain. Ideally, the login page wouldn't affect your gmail login at all.
I don't believe there's a way to authenticate using google accounts to your entire domain, since you have no control over the cookies the login page uses. You could probably accomplish this by rolling your own auth system (or finding an existing one; aeoid might help), and you could even allow people to login with google accounts through openID, at the cost of losing the users API. On Mar 1, 1:19 am, Adam <[email protected]> wrote: > > Log out of Google and you are effectively logging out of all of them. > > No. > > It's more complicated than that. And I'm not sure I completely > understand the pattern. > > e.g. > > - log into toronto.fyood.com > (now I'm logged into gmail too) > - go to ottawa.fyood.com, not logged in here > - log into ottawa.fyood.com > - log out of ottawa.fyood.com > (now I'm logged out of gmail) > - still logged into toronto.fyood.com > > What I really want is login at any of my third level domains to log me > into fyood.com. e.g. I'm logged into all of the sites, or none of > them. > > Not clear on how to do this. > > A -- 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.
