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 ab0b2da commit 54e127aCopy full SHA for 54e127a
reference/configuration/framework.rst
@@ -1704,12 +1704,15 @@ The possible values for this option are:
1704
1705
.............
1706
1707
-**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'``
+**type**: ``boolean`` or ``'auto'`` **default**: ``null``
1708
1709
This determines whether cookies should only be sent over secure connections. In
1710
addition to ``true`` and ``false``, there's a special ``'auto'`` value that
1711
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
1712
1713
+By default, it will use the value defined in the ``php.ini`` with the
1714
+``session.cookie_secure`` directive.
1715
+
1716
cookie_httponly
1717
...............
1718
0 commit comments