I don't understand if it is a bug or I am doing something wrong ..

I am using the federated login: when I logout from Google I still
remain logged in my web-application.

I do the authentication in that way .. Is it wrong?

UserService userService = UserServiceFactory.getUserService();
User loggedUser = userService.getCurrentUser();
..
if(loggedUser!=null) {
..
} else {
..
}

Even if I am logged out by google the "loggedUser" I cannot pass by
the "else" statement. The loggedUser is always different from null ..

Why? What am I doing wrong?

-- 
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.

Reply via email to