79605922

Date: 2025-05-04 18:24:23
Score: 0.5
Natty:
Report link

the question is, whether you have sessions or work stateless.

If you work stateless (I think you are due to JWTs) you can invoke any endpoint with the JWT on any node, as every endpoint will validate the JWT, no matter which endpoint is selected by nginx.

If you work with sessions (why?), then you have to synchronize those sessions across your instances with e.g., spring-session by using an underlying database.

Reasons:
  • Blacklisted phrase (0.5): why?
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Manuel