Exemple #1
0
 public static void remove(Controller ctr, String key) {
   ctr.removeCookie(key);
 }