0 Replies Latest reply on Dec 9, 2008 1:21 PM by jiangliu

    Seam with Session Timeout

    jiangliu

      Hi,


      I am not sure whether to ask this kind of question here in terms of session handling. For the application that i am working on, when there is a Session timeout, my application always redirects to the login page (there are several possible reasons that login page gets redirected but i am sure Seam has something to do with this).


      The problem is, when redirecting, i need to add extra parameter(s) to the login.xhtml page but i can not find any information in Seam or JSF configuration files about this redirection.


      So could anyone tell me how seam handles session expire/timeout (if possible) and how i can forward extra conversation propagation data?


      Thanks in advance!