| TID | 2804 ( s2804 ) |
| QuickLink | http://www.stone-ware.com/swql.jsp?kb=s2804 |
| Category | webApps |
| Summary | Reconnect user to same host |
| Details | When 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. |
| Resolution | webNetwork 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. |
| | |