cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.26k stars 263 forks source link

The browser does not store the cookies session #280

Open danielmalaton opened 1 month ago

danielmalaton commented 1 month ago

Context:

Current behavior: The response header contains the Set-Cookie:

set-cookie: _my_app_session=<value>; path=/; httponly; samesite=none

But the browser does not store it in the Storage cookies

Expected behavior: The browser stores it in the Storage cookies