Re: Servlet to servlet session.
Posted By:
AlessandroA_Garbagnati
Posted On:
Monday, November 12, 2001 02:39 PM
Hi,
You can store the information you want to pass to another page in the "session scope", using the setAttribute() method of the javax.servlet.http.HttpSession object.
If you search in the FAQs you will probably find a lot of different examples and hints on how to do that.