Akhil_2748
Nov 18, 2010Nimbostratus
Sticky between Virtual Hosts
Hi,
We run an e-Commerce web site. Our primary domain is www.abcd.com (port 80) which serves the catalog. Customer adds a product to the cart and then moves to checkout.abcd.com (port 443) and completes checkout there.
I want sticky persistence profile across the two virtual host in the sense that a customer landing on a particular server member on vhost www.abcd.com lands on the same member in vhost checkout.abcd.com during checkout. This is required to retain sessions.
We are using LTM3600 F5. On the load balancer, I have tried following configuration of these virtual hosts so far but I am not sure if the customers are landing on the same server or not.
www.abcd.com -> pool1 -> 10 members
checkout.abcd.com -> pool 2 -> 10 members
In this case, the pools are diffrent but members as same
www.abcd.com -> pool1 -> 10 members
checkout.abcd.com -> pool 1 -> 10 members
In this case, the pools are same and members are same
www.abcd.com -> pool1 -> 10 members
checkout.abcd.com -> pool 2 -> 5 members
In this case, the pools are different and some members are common and some members are unique to pools.
Could you please advise how the load balancer sticky profile will behave in the 3 scenarios above and what should I do to have best configuration?
Warm regards
Akhil