We have been using RDP cookie persistence and noticed that sometimes the distribution of the connections is not exactly even. The problem we suspect is using round robin do distribute the load you can end up with strange loadings where people have disconnected in groups, is it possible to use least connected for the balancing algorithm. The problem is if you have 2 terminal servers server a, server b, two people connect to a then two people connect to b ( so connecting, a,b,a,b) the next person to come along connects to a again. then all the people leave a so there are no people connected to a, and 2 people connected to b the next connection will go to b so we have 3 on b and 0 on a, obviously this can be expanded then you end up with strange loadings.
Hopefully I have explained that correctly Any thoughts would be greatly appreciated Mark

