Replies: 1 comment
-
We need to add a method (e.g. disableSession()) in the HttpResponse class to achieve this. I'll add it when I have time. |
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.
-
For caching my site (its static files) on Cloudflare I need to send some responses without JSESSIONID. I use sessions, but for sending static I don't need this cookie, otherwise Cloudflare will not cache these files.
So, how can I turn it off, but still using sessions? As far I understand it doesn't need in every response, it set in the beginning and after is the same, so we don't need to repeate it?
Deleting this cookie manually doesn't help:
Beta Was this translation helpful? Give feedback.
All reactions