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.
2 parents 7d390d1 + dcd9174 commit a4a8190Copy full SHA for a4a8190
reference/configuration/framework.rst
@@ -1596,10 +1596,10 @@ The possible values for this option are:
1596
cookie_secure
1597
.............
1598
1599
-**type**: ``boolean`` or ``null`` **default**: ``null``
+**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'``
1600
1601
This determines whether cookies should only be sent over secure connections. In
1602
-addition to ``true`` and ``false``, there's a special ``null`` value that
+addition to ``true`` and ``false``, there's a special ``'auto'`` value that
1603
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
1604
1605
cookie_httponly
0 commit comments