0 Replies Latest reply on Mar 30, 2010 4:23 PM by karolgo

    ViewExpiredException issue - again?

    karolgo

      Problem



      Settings:



      - Session time set for 2 minutes. Conversation is set for 1 minute. 


      - pages.xml includes ViewExpiredException interception entry (more than classic):


      <exception class="javax.faces.application.ViewExpiredException">
       <redirect view-id="/login.xhtml">
        <message severity="WARN">Session is dead.</message>
       </redirect>
      </exception>
      



      If I do something on first level of pages after session closing I get redirection to login page and a beautiful message :)


      However, when I go deeper into the site and wait for session closing and do some action... redirection take place but no message is displayed :(


      Is it displayed and rerendered to blank after some misterious action or what?


      Thanks for any help!