JSP Tutorials - Herong's Tutorial Examples - v5.11, by Herong Yang
Managing Cookies in JSP Pages
This chapter provides tutorial notes and example codes on managing cookies in JSP pages. Topics include what is a cookie; sending and receiving cookies in JSP pages; what is persistent cookies; setting cookie properties; dumping HTTP response.
Sending and Receiving Cookies in JSP Pages
Persistent Cookies Stored on Hard Disk
Persistent Cookie Test Example
Conclusions:
Table of Contents
JSP (JavaServer Pages) Overview
Tomcat Installation on Windows Systems
Syntax of JSP Pages and JSP Documents
►Managing Cookies in JSP Pages
JavaBean Objects and "useBean" Action Elements
Managing HTTP Response Header Lines
Non-ASCII Characters Support in JSP Pages
Overview of JSTL (JSP Standard Tag Libraries)
Multiple Tags Working Together
Using Tomcat on CentOS Systems
Connecting to SQL Server from Servlet