Skip to content

Latest commit

 

History

History

Servlet-Programming

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Servlet Programming

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!!”.

Initial Landing

1

Filling out form data

2

Setting Cookies

3

Reading Cookies

4

Deleting Cookies

5

Reading deleted Cookies

6