The Cookie Class
A cookie is a value stored on the browser and sent from the browser to the server whenever the browser requests a page. Cookies usually store information such as usernames or session IDs. The session ID of the HttpSession is sent to the browser as a cookie.
Not Everybody Likes Cookies  | Most browsers allow the user to disable cookies. If your application requires cookies, make sure you warn your users. |
 |