Hi,
I'm new to JSP, and have a question about how I should go about doing a
session management. I'm used to creating a HttpSession object and do
putValue and getValue on it, and I've seen a JSP example that uses a java
bean to store and retrieve values. It seems to me that if I use <jsp:useBean
scope="session"> to a bean, this is pretty much what an HttpSession object
is. Am I right about this or I'm mistaken? Thanks.
howard
===========================================================================
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