Hi Les, On Thu, Apr 26, 2012 at 11:57:50AM -0400, Les Stroud wrote: > > I use the cookie method to assign clients to particular servers because a > number of our applications have session affinity (and the sessions are not > clusterable :(). Occasionally, I have a need to move a particular client to > another server. However, since they have their cookie set a soft stop > doesn?t accomplish this. Is there a good way to temporarily force a > particular ip address to a particular server despite having a cookie set?
Yes, in latest snapshot there is the long-awaited "use-server" directive :-) Otherwise you could direct the request to a specific backend which only has your target server. Regards, Willy

