To logout from HTTP authentication use:
public void logout() {
HttpSession session = this.getThreadLocalRequest().getSession();
session.invalidate();
}
You can do this in your ServiceImpl class.
I kind of agree with Reinier, but might have used language that was
less strong.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---