I am using GAE User Service to Authrnicate my GWT Application. Depending on 
whether the User is logged in the User is presented with 
LoginPage/Dashboard.

The GWT Application calls a Auth Servlet 
(Window.Location.assign("/googleauth"); causing application to unload which 
then transfers control to Google Authentication Page, after authentication 
we are redirected to my Application.

I see the ACSID cookie stored with 'Chromium Developer Tools' , however the 
RPC service which calls UserServiceFactory.getUserService().isUserLoggedIn() 
returns false! And I dont get my dashbaord :|

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/hAM5oDAJA4cJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to