1 Reply Latest reply on Jun 24, 2004 8:44 AM by alehrens

    No session timeout

    alehrens

      Hi,

      I'd like to create a little application that does not support any timeout whatsoever. I've already changed the web.xml file in the http-invoker.sar/WEB-INF directory to show a session-timeout value of -1. I've also changed the web.xml file in jbossweb-tomcat41.sar to show a session-timeout value of -1.

      My app will eventually throw me back a session timeout page, which makes me think that the app is still accepting requests from my page, but the page times out. Could a EJB be timing out somewhere? Servlet? Still the web server part?

      Thoughts? What do I set to have the app never time out?

      Thanks in advance.

      Aaron