<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> Insert title here <% Cookie cookie = new Cookie("checkCookie","checked"); response.addCookie(cookie); %>