I've set up a simple configuration, with two internal servers in a farm each serving a slightly different static HTML page.
Upon setting the weighted Round Robin algorithm (without any affinity) I expected my browser to to alternate between the two pages. While it occaisionally changes, and will switch if one of the servers is removed from the farm, the page mostly sticks to one server.
I'm using Shift + F5 (in chrome) to get a fresh copy of the page.
In monitoring and mangement I'm the statistics indicate that requests are being split between the servers. But this is not the experience at the browser.
Does anyone have any suggestions?