[Seaside] ProxyPass and the P Option

Lukas Renggli renggli at gmail.com
Tue Nov 6 14:53:00 UTC 2007


> The succession of port numbers (9092/9091, 9091/9090, 9090/9092, 9092/9091,
> 9091/9090) suggests that the sessions are not sticky. The load balancer is
> cycling through my VMs. But I'm the only user! I should only have one
> session.

How do you ensure session affinity?

It looks like you are using a round-robin strategy. I guess this is
what Apache does by default. You have to ensure that only the first
request goes to a random image, subsequent requests should go to the
same image.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list