Closed fredrikstave closed 6 years ago
I found out that this problem only (*) occurs on localhost
. Changing the host to a regular domain like e24.local
, resolves the issue. If this is expected behavior, it should be clearly stated in the docs (especially now when GDPR is getting ever closer 😉).
localhost
and e24.local
, so might be other hostnames that will cause this problem as well.
Hi!
I have set up a demo app to debug an issue I have with the SDK. The Varnish cookie won't be set, even though I'm calling the
enableVarnishCookie
function on theIdentity
instance.When a user I log in with my own user, I'm registered as logged in, the local storage data it set correctly, but if I check the Cookies section in Google Chrome I can't see the cookie being set.
Can anyone help me with this?
Local storage
Cookies
React implementation