Skip to content

Commit 5f956aa

Browse files
authored
Update SameSite cookie notes (#322)
Add notes for blocking cookies when SESSION_COOKIE_SECURE is not set
1 parent 8bd4bf8 commit 5f956aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contents/setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can even configure the SAML cookie name as follows::
6363
SAML_SESSION_COOKIE_NAME = 'saml_session'
6464

6565
Remember that in your browser "SameSite=None" attribute MUST also
66-
have the "Secure" attribute, which is required in order to use "SameSite=None"::
66+
have the "Secure" attribute, which is required in order to use "SameSite=None", otherwise the cookie will be blocked, so you must also set::
6767

6868
SESSION_COOKIE_SECURE = True
6969

0 commit comments

Comments
 (0)