Originally posted by Satou kurinosuke:
No. Remember that even if the instance is still somewhere in memory, you have removed its reference from the session. You cannot get it back.
OK, if I did not use the removeAttribute() in my Servlet, then if I use this Servlet to forward to another JSP with the code:
<jsp:useBean id="myBean" scope="session" class="...">
Am I referring to the same bean that I created in the first JSP page or it's different?
[ October 01, 2006: Message edited by: Steven Marco ]