336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Cookie cookie = new Cookie("id", "value");
cookie.setDomain(".cctoday.co.kr"); //도메인
cookie.setPath("/"); //경로
cookie.setMaxAge(int time); ////파기 시간
response.addCookie(cookie);//굽기..
out.println(cookie.getValue()); //쿠키값.
out.println(cookie.getName()); //쿠기이름
out.prinltn(cooke.getDomain());//쿠키 도메인
'컴터 > jsp' 카테고리의 다른 글
session 사용 (0) | 2007.08.20 |
---|---|
setAutoCommit() (0) | 2007.08.17 |
include 집중해부 (0) | 2007.07.16 |