Load balancing on PMUser provokes an issue

Hello. We have two Frontend servers with installed only PMUser behind a load balancer

Randomly an error appears due to wrong cookie I think, when you access Frontend B with a cookie from frontend A. There is a way to avoid that error?

Thanks

Parents
  • Isn't it up to your load balancer to manage the user sessions correctly? - i.e. to make sure that if a user connects to host A that their session remains there and doesn't switch to host B?

    Or, have you sniffed traffic from the application server to the web servers and confirmed that it is going back to the wrong web server sometimes?

Reply
  • Isn't it up to your load balancer to manage the user sessions correctly? - i.e. to make sure that if a user connects to host A that their session remains there and doesn't switch to host B?

    Or, have you sniffed traffic from the application server to the web servers and confirmed that it is going back to the wrong web server sometimes?

Children