View | Details | Raw Unified | Return to bug 64051
Collapse All | Expand All

(-)a/native/common/jk_lb_worker.c (+1 lines)
Lines 966-971 static int find_bysession_route(jk_ws_service_t *s, Link Here
966
             * balancer. Of course you will need a some kind of
966
             * balancer. Of course you will need a some kind of
967
             * session replication between those two remote.
967
             * session replication between those two remote.
968
             */
968
             */
969
            s->sticky = JK_FALSE;
969
            if (p->sticky_session_force)
970
            if (p->sticky_session_force)
970
                candidate = -1;
971
                candidate = -1;
971
            else if (*wr.redirect) {
972
            else if (*wr.redirect) {

Return to bug 64051