1 Reply Latest reply on Apr 28, 2006 11:01 PM by kammau

    sticky session

    kammau

      I have set up a two-node clustering.
      If I set sticky_session=1 in workers.properties, then all reqeusts will dispatch to only one server. If this server is "dead", the request will dispatch to another server.
      If I set sticky_session=0, then all requests will dispatch to the two servers in Round-Robin policy.
      Is it normal? How can I make new a session dispatched to another server even sticky_session=1?

      Thanks in advance.