日期:2014-05-16 浏览次数:20305 次
Cookie cookie = new Cookie("username" , "zhoulianyi");
??cookie.setMaxAge(new Long(System.currentTimeMillis()).intValue() + 24 * 60 * 60 * 1000);
??cookie.setPath("/Test/book");??????????? //这里指定了path
??response.addCookie(cookie);