We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django development server set SameSite param of cookie to Lax by default:
To use demo app with Django development server, we need to clear this param to none (until we migrate to Django > 3.1):
it works early, but stops working with the new version of Chrome. axios, in Chrome, are not sent the cookie at all.
firefox ok:
The text was updated successfully, but these errors were encountered:
EditThisCookie Chrome Dev console tab just does nothing. (not saved cookie inside browser, after SameSite value update).
Sorry, something went wrong.
No branches or pull requests
Django development server set SameSite param of cookie to Lax by default:
![image](https://user-images.githubusercontent.com/955994/133921480-1b5c6697-608c-47d2-b34a-2a7bf108862f.png)
To use demo app with Django development server, we need to clear this param to none (until we migrate to Django > 3.1):
![image](https://user-images.githubusercontent.com/955994/133921593-341ff0c7-ac90-4f86-9a37-f77377ff5083.png)
it works early, but stops working with the new version of Chrome. axios, in Chrome, are not sent the cookie at all.
![image](https://user-images.githubusercontent.com/955994/133921643-1adb4fb8-0a7a-4817-a011-e3340a3042de.png)
firefox ok:
![image](https://user-images.githubusercontent.com/955994/133921680-5ce6ed0a-38ad-4864-81da-5cd0ab058f79.png)
The text was updated successfully, but these errors were encountered: