| Ex No: 13 | COOKIE MANIPULATION USING JSP |
|---|---|
| Aim: | To create a JSP page to manipulate cookies. |
| Algorithm | |
| Step1: Create a folder “Ex13” to place the HTML and JSP files. | |
| Step2: Create files “index.html”, “ex13.jsp” and “getcookie.jsp”. | |
| Source Code | |
index.html
ex13.jsp
getcookie.jsp
|
|
| Result: | Thus JSP page is written to manipulate cookie. |