we've tried storing all the information (state) we need in the session object which is available to the servlet...hence, if we need to store the userId in for the next request/page, we actually do....
session.putValue("userId", currentUserId);
i dont know any other way to do this...........perhaps Craig or someone else can help us more .....
cheers,
rupesh.
-----Original Message-----
From: Eric Dunstan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 22, 1999 9:22 PM
To: [EMAIL PROTECTED]
Subject: Re: Session Tracking
How can I as a Java Programmer program a JSP Page to do session tracking?
That is too maintain state from one session to another in the JSP page
for each client without using hidden fields in forms, but rather using
objects in the JSP servlet?
Eric Dunstan
Java Programmer
VEC
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html