I have an application where I use Java beans in JSP pages.

I declare these beans with a scope=session parameter. However, after a
while of inactivity on the browser side, the data included in these
beans seem to be invalidated. It looks like a garbage collector beeing
done. This "timeout" seems to be something like 15 minutes...

Here is a typical declaration :
<jsp:useBean id="headerBean" class="mypackage.orderHeaderBean"
scope="session"/>

I am using JSP 1.0 with Jrun 2.3.3 + patch 157.

I have checked many documentation. I have found somewhere that the
session may have a limited life time of 30 minutes when there is no
activity. Can you confirm?

Marie-Jo

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