SESSION_COOKIE_SAMESITE - does None still disable the flag?
95 views
Skip to first unread message
אורי
unread,
Aug 9, 2020, 8:51:33 AM8/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi,
SESSION_COOKIE_SAMESITE - We use None to disable the flag in Django 3.0. Will None (not as a string) disable the flag also in Django 3.1, or do we have to convert it to False?