summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index a4b4828a5a..263c281872 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -3261,6 +3261,11 @@ Possible values for the setting are:
* ``False``: disables the flag.
+.. note::
+
+ Modern browsers provide a more secure default policy for the ``SameSite``
+ flag and will assume ``Lax`` for cookies without an explicit value set.
+
.. versionchanged:: 3.1
Setting ``SESSION_COOKIE_SAMESITE = 'None'`` was allowed.