Hello.
I want to make my login validation easier and more secure by writing the
login and password to a bean that is accessible on all pages throughout the
web application.
The only way I figured out that I could live with is to use session scope
for the bean, is that the only way?

But I've read a lot of BAD stuff about session scope for variables and beans
so I would really like someone to explain this to me. Is it bad style
programming to use session scope ?

be Happy !
Daniel Ronnqvist

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