I have setup a load-balanced RD server farm by following the steps outline at http://technet.microsoft.com/en-us/library/cc753891.aspx
The purpose is that the session host farm members provide some RemoteApps for access via RDP files.
I've read that RemoteApp sessions (http://blogs.msdn.com/b/rds/archive/2007/09/28/terminal-services-remoteapp-session-termination-logic.aspx) tend to be in "disconnected" state indefinitely by default. This means that a connection broker will redirect a user to this session.
The strange behavior for me, is that a user is always redirected to the same session host it initially connected with by the round-robin DNS mechanism. This occurs even when i manually ended his (RDP)session (either by using Task Manager on the session host or by using the RD services Manager on the connection broker) . It seems like the connection broker database just doesn't get updated and therefore a user is always redirect to the session host it initially connected with.
Anybody a clue of what I might be missing?