Load balancing issue with local server things

Hi, so basically, I want to use cfs load balancing to obviously balance the servers out.
But some actions require the user to get redirected to the same server to work properly.
Example:
>> User requests to start socket connection to external api, gets redirected to Server1
>> User wants to send something to the socket, but gets sent to Server2 due to load balancing
>> Socket isnt active on Server2, user cant interact with the initial socket

Is there a clean way to resolve this issue?
Was this page helpful?