Hi! I have a doubt about WebApp User session, lets say that I have a web app running in two servers and I have a load balancer that distributes the traffic depending on the load, in this scheme could happen that a user makes a request and the load balancer send the user to server 1, but when this user makes another request, the seccond request could go to server 2 (because there is less load, or server 1 is not available) my question is how can we manage the user session between the two servers?
I'm asking because currently I'm learning about kubernetes and this kind of things happend frequently and I was thinking about B4J webapps in this environment, and also, this is something that you have to solve if you need horizontal scaling for your app.
I'm asking because currently I'm learning about kubernetes and this kind of things happend frequently and I was thinking about B4J webapps in this environment, and also, this is something that you have to solve if you need horizontal scaling for your app.