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

reading JSESSIONID based on context #112

Open
shashank929 opened this issue Mar 16, 2021 · 1 comment
Open

reading JSESSIONID based on context #112

shashank929 opened this issue Mar 16, 2021 · 1 comment

Comments

@shashank929
Copy link

I am using the library for my web application which is having multiple JSESSIONID cookies because the data is being fetched via multiple servers behind the scenes. Each of these cookies have their own path. For example for my application hosted at https://sitename.com/abc, two JSESSIONID are sent - one for /abc and one for another context path say /xyz-api.
Based on what I see in the logs of abc application, the hazelcast tomcat session manager being used in app at path '/abc' is trying to do findSessions for the JSESSIONID of other paths also (/xyz-api).
Is there a way to make the JSESSIONID read specific to the context path of the application to ensure it doesn't pick wrong cookie?

@shashank929
Copy link
Author

checking to see if you got a chance to look into it

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