You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cathcheeno
Hi, I've omitted Domain attribute as a response header from server.
I generated HttpOnly, Secure, SameSite attribute in server by myself.
The response header on POST /authentication is like this,
I’m trying to set cookie on Browser when signed in by email/password, returning this Set-Cookie response header, referring this doc.
https://discovery.viron.plus/docs/Advanced-Guides/authentication#cookie
And this cookie is set
only
in “MacOS, Google Chrome” environment.Is there any way to set cookie on other Browser which is frequently used and restrict cookie by default, like Desktop Safari, SP Safari, Chrome?
I want to set cookie on following environments without hosting viron by myself, nor changing Browser default settings.
Investigated these envs,
PC
MacOS, Google Chrome, 103.0.5060.114(Official Build) (arm64)
Default cookie setting: “blocks 3rd party cookie on secret browsing”
=> cookie is set.
Safari, 14.1.2 (16611.3.10.1.6)
Default cookie setting: “blocks CROSS-SITE TRACKING”
=> cookie
is not
setSP
iOS15.5, Google Chrome, 103.0.5060.63
Default cookie setting: “blocks CROSS-SITE TRACKING”
=> cookie
is not
setiOS15.5, Safari, 604.1
Default cookie setting: “blocks CROSS-SITE TRACKING”
=> cookie
is not
setThanks,
The text was updated successfully, but these errors were encountered: