<%@ page contentType="text/html; charset=UTF-8"%>
<html>
<head>
<title>쿠키 삭제하기</title>
</head>
<BODY>
<%
Cookie[] cookies = request.getCookies();
for (Cookie c: cookies) {
if(c.getName().equals("name")) {
c.setMaxAge(0);
response.addCookie(c);
}
}
%>
<A HREF="8-2.jsp">쿠키 확인하기</A>
</BODY>
</HTML>
세상을 링크하라!!! 모든 링크를 한 자리에...
링크닷컴: https://linkdotcom.mycafe24.com/
유용한 링크, 링크닷컴 #무료 #링크사이트 #링크사이트
컴퓨터 및 일반 유용한 링크들을 모아 놓았습니다. 지금 바로 확인하세요!
linkdotcom.mycafe24.com