I have sticky session configured with cookie JSESSIONID prefix
and option redispatch
. A client loads a page, gets the prefix appended to JSESSIONID and some time later the backend dies. I expected the prefix to change to ensure that the client sticks to a new backend but the cookie isn’t changed. How can I configure the cookie to change and the client to stick to a new backend?
I have to use the prefix form of the cookie and HAProxy version is 2.1.4.
1 post - 1 participant