An additional note: We should understand that first how the failover works. The cookie does not store any information about the target host, about the client, etc. They hold information about the session (SessionID). As long as the session lives (or the cookie expires) the cookie can be validated. So the real question seems to be if the HTTP session can survive. Regarding session failover you can check out these guides: link1& link2.
↧