Hi,
 I also have the same problem of Session tracking. I have a JSP file which
is an HTML form that is used to
change the password for a user. So when the JSP file is loaded, I need to
get the current password from a Servlet.
But in the Servlet I get "session invalid". So how do I pass in the login
session information to the Servlet.

Your help is highly appreciated.
Thanks.
 Sathish.

-----Original Message-----
From: Eric Dunstan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 22, 1999 8: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

===========================================================================
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

Reply via email to