Session Invalidation errors in Kubernetes pods that use Redis for session management. #6010
Unanswered
rahil-pandya
asked this question in
Q&A
Replies: 1 comment
-
|
Multiple threads or requests are attempting to modify the same session object concurrently. Once a session is invalidated, any subsequent attempt to modify it results in this error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've been noticing that users are intermittently getting kicked out of their sessions, and upon investigation, we find
errors in our logs. This seems to indicate issues with session management. We use Kubernetes to orchestrate multiple pods, each running a Tomcat server, while using Redis as the session storage.
Could anyone shed light on common causes for sessions becoming invalidated unexpectedly? Are there known patterns or configurations that might contribute to this issue?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions