%@ page import="java.net.*" %>
<%
String cookieName="JSESSIONID";
Cookie cookies[]=request.getCookies();
Cookie myCookie=null;
if(cookies!=null) {
for(int i=0;i
Welcome to the Chemistry and Materials
of Cookies
Cookie Value: <%= URLDecoder.decode(myCookie.getValue()) %>