-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session Data lost #80
Comments
@daipenfei I am having the same issue. Did you find a solution yet? I am using struts2 as the framework. |
Is it possible that you have multiple requests happen at similarly times and that you're blowing away the value in another quest? |
I thought this too but I am only see one request coming in based on localhost access logs. |
I have the same question..... I put an customized object into session,and new request comes ,there is no key data in redis ,but It doesn't always happen |
@daipenfei , @DevilMayCrySamsara , any of you able to get a solution for this ? The pattern is very intermittent, but quite a few portal end users are facing this, and even setting Environment : @jcoleman, Appreciate any directions to have it solved. |
when I put an customized object into session and get it immediately, the object is OK. But when the new request comes, the object from session lose some key data.
The customized object has implemented serializable and it's an URL-trie structure.
The text was updated successfully, but these errors were encountered: