We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737cc7f commit b859228Copy full SHA for b859228
reference/configuration/framework.rst
@@ -875,11 +875,11 @@ The possible values for this option are:
875
cookie_secure
876
.............
877
878
-**type**: ``boolean`` or ``string`` **default**: ``'auto'``
+**type**: ``boolean`` or ``string`` **default**: ``false``
879
880
-This determines whether cookies should only be sent over secure connections. The
881
-default value is ``auto``, which means ``true`` for HTTPS requests and ``false``
882
-for HTTP requests.
+This determines whether cookies should only be sent over secure connections.
+Setting this value to ``auto`` means ``true`` for HTTPS requests and ``false`` for
+HTTP requests.
883
884
cookie_httponly
885
...............
0 commit comments