2 Replies Latest reply on Sep 15, 2007 5:58 PM by statelessbean

    Ajax request timeout

    statelessbean

      Hi,
      My app users has nontimeouted session, and when user is still loggedin, and after 3-4hours staying on any page (no click), when he use any ajax request all falls down?
      Is any possible to prevent that.

        • 1. Re: Ajax request timeout

          When you say "all falls down", I'm not sure what that means. Is the app erroring out? Just guessing here, but if you are using long-running conversations to maintain state (probably), then you may be experiencing a conversation-timeout. You can set the conversation timeout through the <core:manager conversation-timeout="...">. You can also redirect to a no-conversation-view-id if the conversation times out.

          • 2. Re: Ajax request timeout
            statelessbean

            Maybe the way is to set <core:manager conversation-timeout="...">
            but, how can I set no timeout? or disable it?
            conversation-timeout= -1 ??