예제 #1
0
 /** Forces the current user to be the Guest user by clearing all coookies. */
 public void forceGuestUser() {
   setSession(null);
 }