My API (Actix-web Rust) is hosted on render.com
and my frontend (Vue 3 app) on vercel.com
. When I log in, my API send a cookie with SameSite=None
, Secure=true
and domain render.com
. But when I refresh or leave the page, the cookie is lost.
Is it a normal behavior? How avoid loosing my cross domain cookie on page reload?