Here's how I do it:

You can keep the userinfo handy via a bean.  For example, I pass in a
username and password from a regular html file and the ensuing jsp file will
validate the user. If valid, then load up a bean (mine is UserBean).

As long as you keep the scope="session", then the authenticated user will
travel to each jsp page.

-cm

-----Original Message-----
From: Gary Choi [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 18, 2000 10:00 PM
To: [EMAIL PROTECTED]
Subject: how to pass security information


Dear all,

Since I have to pass some security information from one jsp to another jsp.
how use get method now. People can see the information in the html source or
in query string.
How can I avoid the information to display?
Or make it impossible to view the html source?
Thank

Gary
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to