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

Unable to use Voyager sticky session (chart version 12.0.0/app version 12.0.0) for jnlp applets #1587

Open
deboghos opened this issue May 17, 2021 · 2 comments

Comments

@deboghos
Copy link

With the following annotations in voyager ingress settings, when we set the 'session-cookie-name' as any string, say abc (anuthing other than SERVERID) , we notice that client is sending the 'abc' cookie in request (seen in fiidler), but server is not receiving the cookie (as evident from application server-logs). And the .jnlp file, (returned from the server) does not have abc cookie mentioned.

annotations:
ingress.appscode.com/type: 'NodePort'
ingress.appscode.com/stats: 'true'
ingress.appscode.com/affinity: 'cookie'
ingress.appscode.com/session-cookie-name: abc

Due to this, we find that sticky session is not working as expected in case of jnlp applet.
Note: we have not encountered this issue with other load-balancers with everything else being exactly same ..

@deboghos
Copy link
Author

deboghos commented Aug 10, 2021

Hi, Can we please have someone to look into this issue?

@tamalsaha
Copy link
Contributor

Hello,
We have released https://blog.byte.builders/post/voyager-v2021.09.15/ . Can you please check this fixes the issue?

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

2 participants