Hi,
I have a web app, i want to load balance in two server. For this i setup the same domain name in both server and in the domain dns i put the two server ip.
Its working but my question is, when dns send the client to one of the two server, when the client begin using the app is maybe posible the dns send the connection to the other sever during the client opened connection? If is true i think the client lost the connection because he’s own session no exist in the other server.
Thanks