2 Replies Latest reply on May 2, 2007 10:07 PM by shilps

    session time

    jraponte77

      hi

      I need configured the time in a session.

      how do it?

      thanks

        • 1. Re: session time
          vinays

          In the web.xml of yr web application,
          add the following:

          <session-config>
          <session-timeout>30</session-timeout>
          </session-config>

          this is the time in minutes.

          • 2. Re: session time
            shilps

            unable to make out where to set session timeout property..there are so many web.xml files in jboss-3.2.2..I am confused!!
            Please tell the path at which web.xml should be modified for session time out