Write a program to demonstrate the knowledge of students in Servlet programming.
Eg., Assume two cookies are created whenever a VIT student visits the VIT webpage-one for his/her name and the other for his campus. For subsequent visits, he/she should be greeted with the message similar to the one below.
“Hi Ajay from Chennai Campus!!”.
- web.xml: File for mapping URL
- Hello.html: Initial html landing page. Run this file on the server.
- HelloForm.java: Intilializing cookies
- ReadCookies.java: Reading Cookies Servlet
- DeleteCookies.java: Deleting Cookies Servlet.