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.
cookie_secure
1 parent 462f27f commit 2de6e69Copy full SHA for 2de6e69
reference/configuration/framework.rst
@@ -1589,10 +1589,10 @@ The possible values for this option are:
1589
1590
.............
1591
1592
-**type**: ``boolean`` or ``null`` **default**: ``null``
+**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'``
1593
1594
This determines whether cookies should only be sent over secure connections. In
1595
-addition to ``true`` and ``false``, there's a special ``null`` value that
+addition to ``true`` and ``false``, there's a special ``'auto'`` value that
1596
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
1597
1598
cookie_httponly
0 commit comments