TID2804 ( s2804 )
QuickLinkhttp://www.stone-ware.com/swql.jsp?kb=s2804
CategorywebApps
SummaryReconnect user to same host
DetailsWhen load balancing is on for webapp with multiple hosts, when the back end server closes the connection, and you click on the app again to get more data, it fails to send you back to the same host object you were talking to.
ResolutionwebNetwork pools connections and was sending the user to another connection in the pool. Normally this is fine if you have a server farm, but in this case the server farm on the back end did not share session information and thus you needed to go back to the original server you started with. You can set the Virtual Host Authority to disabled and it will stay with the same host, if you set it to a dedicated port webapp, it will also do the same.