Hi, Can haproxy change the backend for an existing session? I have a stateless client/server and I thought 'redispatch' did what I want but it seems that's only for the initial connection. What I'd like is for a client that's already been connected to maintain the frontend's connection but change the session's backend server if the one it's connected to goes down.
Thanks, Ian