In message <[email protected]>, Niklas Norber
g writes:

>Ok, but it would be nice if this load-balancing supports backends that
>uses session-cookies. And that the "control" can be choosen to look at a
>LB-cookie.

You mean:

        sub vcl_recv {
                set client.id = req.cookie[SESSION_BLAH];
        }

Yes, that's the idea :-)

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

_______________________________________________
varnish-misc mailing list
[email protected]
http://lists.varnish-cache.org/mailman/listinfo/varnish-misc

Reply via email to