HTTP Cookies
Localhost cookies not working?
Omit domain and sameSite when setting localhost cookies during development – the browser will ignore the cookie entirely if set.
Omit domain and sameSite when setting localhost cookies during development – the browser will ignore the cookie entirely if set.