I was encouraged to post here via the ST documenta...
# support-questions-legacy
l
I was encouraged to post here via the ST documentation related to the sameSite property for setting cookies. Now I have a frontend that will be on domain a, and a server on domain b, the server has ST and will be setting cookie using the Set-Cookie, HttpOnly and SameSite=Lax. The browser will prevent this cookie from being set since the client has a different domain than the server, isn't that correctly understood on my half?