On 18 April 2013 21:13, <[email protected]> wrote: > balance roundrobin > cookie SERVERID insert indirect nocache > server server01 xxx.xxx.xxx.xxxx:8081 check cookie s1 > server server02 xxx.xxx.xxxx.xxx:8081 check cookie s2
Presumably you want this to be "balance source" though anyway. If you have a client which doesn't accept cookies, they will be balanced in a round robin style for every request they make, so "balance source" give a kind of stickiness for clients that don't allow/support cookies? Cheers, James.

