Hi All,

        I am using tomcat to develop my JSP+benas application. I instanciate some
beans with scope session and I get this problem:

After a while that I leave the browser inactive, the session information is
gone (I store some data in the session) but the beans are still there so
they do not get reinitialized as I would expect.

Is this correct?

Is there a way to free a bean once it has been allocated to a session?

Thanks,
mauro

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