Round-robin and Load Balancing solution

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
hi there,
i have a problem with load balancing,
in nop3.6 , i have 2 machine for website and one machine for database and i want to share traffic between them by using round-robin method and here is a problem.
when a guest add item to cart, it may send to other server by refreshing the page and lose the item.
for example :
1- guest add Product A to cart in Server X
2- guest click to continue shopping process and page will refresh
3- cause the page was refreshed and round-robin method shared the traffic => guest will forward to Server Y
4- guest will find the cart empty cause he/she didn't add any item to cart in server Y.

what is your solution for this problem.
thnaks
6 years ago
Use sticky session
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.