Skip to content

Commit

Permalink
Merge pull request #769 from ccnmtl/nikolas-patch-3
Browse files Browse the repository at this point in the history
Fix SAMESITE documentation - closes #647
  • Loading branch information
ndittren authored Aug 27, 2024
2 parents a16e05c + 78eef88 commit aa3386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ applications `settings.py` to make use of cookies:

```python
SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies"
SESSION_COOKIE_SAMESITE = None
SESSION_COOKIE_SAMESITE = 'None'
SESSION_COOKIE_SECURE = True
```

Expand Down

0 comments on commit aa3386e

Please sign in to comment.