-
Beta Was this translation helpful? Give feedback.
Answered by
phax
Aug 31, 2023
Replies: 1 comment 6 replies
-
If you are using a load balancer, than you should make sure, that all the requests with /ajax/* are always routed to the same instance, because they are based on in-memory data structures of a single instance. You may use the Session Cookie to determine the route I guess.... |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
TaKO8Ki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using a load balancer, than you should make sure, that all the requests with /ajax/* are always routed to the same instance, because they are based on in-memory data structures of a single instance. You may use the Session Cookie to determine the route I guess....