2 Replies Latest reply on Feb 11, 2003 4:45 AM by petertje

    Sesion time out

    kedar

      Dear Friends,
      I am using Jboss2.4with tomcat3.2.
      I am getting frequent sesion time out.
      Where do i set sesion time out value?

      thanks
      kedar

        • 1. Re: Sesion time out
          ajayjadhav

          Session Time out for Servlets can be set by using a XML file "webdefault.xml" in "/default/deploy/jbossweb.sar". other Servlet configurations like mapping and all can be done here. Try it.

          - Ajay Jadhav

          • 2. Re: Sesion time out

            Or an a per-application basis in the web.xml file in the applications' war file. An advantage of this approach is also that this is the standard way, so it works in any servlet engine.