I'm using Spring boot. And it occurs in https protocol.
When I access to the website, the JSESSION cookie is created.
After page loaded, when I refresh the Developer tools > Application > Cookies
the JSESSION cookie is changed to something else without any request or redirection.
It sometimes happen, but not always.
When I use chrome's secret mode or delete chrome browsing history, it doesn't happen.
I added SameSite=None; Secure;
to JSESSION cookie, but it didn't work.
What do I have to do?