Hi All,

What is the best way to configure haproxy to hash based on an application
cookie (such as PHPSESSID), in a way that is consistent (meaning multiple
haproxy servers will route to the same backend), ideally including the
ability to weight backends (the configuration would clearly have to be the
same on these different boxes).

appsession obviously allows this for a single HAProxy server, but it seems
from the documentation that it generates a server based on the hash at the
start of each session, so if the same session hit a different but
identically configured haproxy server it would end up with a

Thanks,

-Alex

Reply via email to