2 Replies Latest reply on May 4, 2010 8:33 PM by fmontezuma

    Conversation, session expiration

    fmontezuma

      Hi,


      I'm having problems with polling and session/conversation expiration.


      Here is the case:


      I have a main page in which I open popups to another page (page2).


      In the main page I use polling to check link status. However session is not expiring anymore because main page is always open and keep polling server.


      But in my page2 I use conversations and they are expiring (but I don't want them to).


      Anyway to set conversation timeout to infinite? How can I solve the session not expiring issue?


      Thanks in advance.

        • 1. Re: Conversation, session expiration
          babazs

          Try to increase the conversation timeout on the specified page with the timeout property of pages.xml

          • 2. Re: Conversation, session expiration
            fmontezuma

            Increasing the conversation timeout to a big value resolved the conversation expiration problem.


            But I still have the session problem. I need it to expire when user is not using the application.


            Thinking about to create another servlet to deal with the polls and pushes.
            But I'm not sure if this resolves my problem and if it does, how can I implement it and integrate with Seam?


            Any help is apreciated.