Hi all, I'm running haproxy 1.5 dev 17 with the following config:
https://gist.github.com/4453493 All seems to be working nicely except for my 'share' backend. I have noticed that if I leave my browser idle for longer than 5 minutes I regularly get moved to another node (as shown when I view my cookie in chrome). This is causing some problems for the web app. Is this expected behaviour for my config? I was hoping that clients would get a cookie and then stick to a backend server for at least 3 hours (a time I specified using timeout 3h), unless a server in the backend fails. As always, any critique of the config in general is also welcome. Hopefully I've obfuscated everything properly in my gist this time :) Thanks, Steven

