@Override
 public void clearSessionCookie(HttpServletRequest req, HttpServletResponse resp) {
   FilterUtil.clearSessionCookie(req, resp);
 }