Is it possible to specify a custom path for the auth cookie (probably 'ACSID')? So, users will be able to use different account on the different pages at the same time like GMail for Apps does?
For example: http://www.mytool.com/a/mycompany.com/ — one Google Apps account http://www.mytool.com/a/anothercompany.com/ — another Google Apps account http://www.mytool.com/app/ — yet another Google Accounts account If it is not possible yet, here is my proposal: It can be done by providing the optional custom parameter to the users API functions, for example: users.create_login_url(cookie_path="/a/anothercompany.com/") users.create_logout_url(cookie_path="/a/anothercompany.com/") users.get_current_user(cookie_path="/a/anothercompany.com/") What do you think? -- 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.
