1 Reply Latest reply on Jan 3, 2011 8:28 AM by sorenschmidt

    Session Timeout

    thomman

      hiii..... how can I implement Session Timeout on deploying my application in GateIn ??????? If session has timed out, the user should be redirected to login page...

        • 1. Re: Session Timeout
          sorenschmidt

          Hi Thomas,

          The session timeout is already implemented, normally 30 minutes, you can change this value in the tomcat/webapps/portal/conf/web.xml (tomcat) or

          ...\deploy\gatein.ear\02portal.war\WEB-INF\web.xml (jboss).

          The default value is 30 minutes, otherwise you may change it:

           

          <session-config>
                  <session-timeout>10</session-timeout>
          </session-config>

          After session timeout the user is asked (in a popup) if he wishes to proceed to a login pages and if he says "ok" he will be proceeded.

          Do you need anything different?

          cu
          Soren