1 Reply Latest reply on Oct 7, 2008 4:05 PM by asiandub

    Session Time out

    ajanz

      where can i configure the session timeout?

        • 1. Re: Session Time out
          asiandub

          in your web.xml.


          assuming you are using tomcat check the documentation:


          according to this link:



          <session-config>
              <!-- HTTP Session timeout, in minutes -->
              <session-timeout>30</session-timeout>
          </session-config>