<%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR"%> <% Cookie[] cookies = request.getCookies(); for(Cookie ck : cookies){ out.println(ck.getName() + " / " +ck.getValue() + "
"); } %> Insert title here