public void logoutAll() {
   for (AuthCookie authCookie : authCookies.values()) {
     authCookie.logout();
   }
 }