Hello, Have you tried using the "cookie" or "appsession" feature of HAProxy? I am not sure how your setup works but I was also implementing sticky sessions and I found that those two methods work well when cookies are enabled in the browser. I am currently looking for a way to do it without cookies but I haven't had luck so far.
Regards On Tue, Jul 2, 2013 at 2:40 PM, Phil Daws <[email protected]> wrote: > Hello all, > > I have built a small environment which has two web servers sat behind > HAProxy (1.5) plus three MariaDB servers clustered using Galera. I am > finding that some web applications Admin panels eg. Wordpress/Joomla do not > work if the MySQL session is being constantly re-directed to another node. > I thought I could use a sticky table and the source IP, but as I am > proxying the web servers as-well all traffic gets directed to one server :( > > Any thoughts on how to resolve this conundrum ? Is it even possible to > resolve ? > > Thanks. > >

