Skip to content
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 Persistence Policy Not Working #109

Open
maheshchotrani opened this issue Mar 23, 2019 · 0 comments
Open

Session Persistence Policy Not Working #109

maheshchotrani opened this issue Mar 23, 2019 · 0 comments

Comments

@maheshchotrani
Copy link

Using Tomcat 7.0.90, Jedis 2.10.2, Commons Pool 2.4.

My application heavily depends upon AJAX, and hence for a given page there are back to back requests from the same page for a single user.

Even while having sessionPersistPolicies = "SAVE_ON_CHANGE, ALWAYS_SAVE_AFTER_REQUEST", an attribute set in one request, is not available in subsequent requests. Have tried with individual policy one by one, and even both as shown above, but same behaviour.

If I deliberately have a JavaScript setTimeout of 1 second, the issue reduces, but not solved permanently.

Rest all parameter are usual. Let me know, in case of missing any configurations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant