2 Replies Latest reply on Apr 22, 2013 3:19 PM by jadtn

    [RF4.3.1Final]org.richfaces.push.session.maxInactiveInterval don't work

    jadtn

      Hi

      As describe here http://www.bleathem.ca/blog/tags/RF43/ and here https://issues.jboss.org/browse/RF-12370

      I'have put in my web.xml to have time out on page with a4j:push:

       

      <context-param>

          <param-name>org.richfaces.push.session.maxInactiveInterval</param-name>

          <!-- interval in miliseconds; default value: 5 minutes for a4j:push -->

          <param-value>300000</param-value>

      </context-param>

      <session-config>

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

      </session-config>

       

      So when i open page with a4j:push the timeout of the session never occurs.

      It is know as problem?

      I m using AS 6.1 alpha (AS 7.2) and richfaces 4.3.1Final.

       

      Adrien