Is it possible to have a minimum session time for HAPRoxy sticky sessions

2013-11-01 Thread Duncan Mason
We have HAProxy successfully performing sticky session routing based on a value in the request querystring with the following configuration command. balance url_param userId This works great and if application server A fails, then you can see subsequent requests being routed to a new target ser

Re: Is it possible to have a minimum session time for HAPRoxy sticky sessions

2013-11-04 Thread Baptiste
Hi Duncan, You should use a a consistent hash to avoid dispatching your traffic each time a server fails or come back. In your backend declaration: hash-type consistent Baptiste On Fri, Nov 1, 2013 at 11:17 AM, Duncan Mason wrote: > We have HAProxy successfully performing sticky session routin