I'm developing an application that displays sensitive data and I need to be
sure there is no way user X can see another user's data.  I have some
questions about bean scope.

What happens to a bean with page scope when it goes out of scope?  Is it
garbage collected?

What happens if a user requests a page using a bean but shuts down before
the request can be completed?  Will the next request always get a new bean?

Is there ANY way a user can see another user's data if the data is retrieved
using a page scope bean?

Any other suggestions would be welcome.  Thanks,

Greg

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to