Hi, it's going to be a little bit hard with Google only: the same cookie indicating login is used for both windows in same browser.
I would guess that you have to "surimpose" your own layer of application to manage such a separate login process. Google is testing mutiple logins but - to my knowledge - not yet available on gaej See http://lifehacker.com/5586857/google-quietly-testing-multiple-account-log+ins didier On Oct 1, 3:38 pm, Spiridon Kopicl <[email protected]> wrote: > Hello, I have a problem with my application and hope somebody can help > me. We are developing gwt, gae application. google sdk 1.3.4 is used. > When user goes tohttp://myapp.appspot.comhe/she gets login screen > after log in, application is available and after finishing the job user > log out. And everything works ok. But when I open second tab in browser > and typedhttp://myapp.appspot.comI got the application. It obviously > don't work, but I want to make that it shows login screen not > application home page. I think problem is because it is cached in > browser. With ctrl+f5 I got google log in page. Please advice how to > solve this. Thx -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
