Parth, I would clear all cookies and then try logoff/logon again. If that doesn't work, then do a work around. I haven't done any gadget connection work between Sites and GAE, but I would be surprised if Google created persistent session stores of logon information between a gadget and GAE. Logon info that persists after a logoff suggests a cookie to me. Would be interested in the solution, if you have time to post it.
Peter On Fri, Mar 27, 2009 at 12:09 AM, Parth <[email protected]> wrote: > > Hi, > > I have a GAE app that is restricted to a domain and I access this GAE > App using its url in a Google Gadget. > > It works fine but the problem happens when I logout of the domain and > then login again as another user of same domain. > When I login as the second user, users.get_current_user() still > returns me the previous logged out user . > > I Have added the Gadget to my page on Google Sites. > > For instance, If my domain is foo.com > > I have a page "mypage" on foo.com > > On this page I have added a Google Gadget that has content type Url > and src set to my GAE app. > > Hope this explains the problem. > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
