Form Rewriting Sessions Servlet
The purpose of this assignment was to:
- Learn how to implement sessions by using a HTML form with hidden fields.
Why use Sessions?
See this section in the Cookies to implement Sessions - assignment:
Why use Sessions?.
Assignment Description
Create two HTML documents with a HTML form on each. Use hidden fields in the second document to save the data sent from the first.
Use the POST method in both forms.
My Solution, Assignment Files
-
A_4_1_2.java
Code for the first Servlet -
A_4_1_2_2.java
Code for the second Servlet
