I'm new to load balancer and Sticky Session. My understanding of Sticky session is that all request of one instance will be served via only one service( please correct me if I'm wrong).
I have a requirement to test the working of sticky session with load balancer. After some finding on google I have come across with a plan which is sending multiple request(using JMeter) to Load Balancer with more than one instance and to trace the IP address that is responding for each instance( which should be unique).
Please help me by validating the above plan or suggest me if any other ways is there to test.
Thank you with Regards, Manikandan