On Tue, 29 Oct 2013 23:43:08 +0200 "Jose Olcese" <[email protected]> wrote: >The problem that I'm facing is that the second request seems not >to find >the key on the stickiness table and thus the requests is sent to >any >backend server. >Worth to mention that this only happens the first time a pair of >this calls >is made. Subsequent calls already have the key on the stickiness >table and >works fine.
I had a similar problem, where the set-cookie is not tied to the emitting server(_id): http://marc.info/?l=haproxy&m=137416948829600&w=2 After changing the cookie in a way to contain this info, I didnt need peer synchronization and came up with this workaround: http://marc.info/?l=haproxy&m=137421358209688&w=2 Maybe worth a thought, if you can change X-Session.

