JSP Cookies
 
Introduction
 
Here we will see how to handle cookies in JSP pages. In this we will learn how to add cookies through jsp page and then show the value of the same cookie in another JSP page.
 
Cookies are short pieces of data sent by web servers to the client browser. The cookies are saved to clients hard disk in the form of small text file.
 
Cookies helps the web servers to identify web users, by this way server tracks the user.
Cookies pay very important role in the session tracking.