Skip to content

Commit 582c632

Browse files
author
Mathieu
committed
[FrameworkBundle] Fix cookie_secure default value
1 parent c10d923 commit 582c632

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,12 +1704,15 @@ The possible values for this option are:
17041704
cookie_secure
17051705
.............
17061706

1707-
**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'``
1707+
**type**: ``boolean`` or ``'auto'`` **default**: ``null``
17081708

17091709
This determines whether cookies should only be sent over secure connections. In
17101710
addition to ``true`` and ``false``, there's a special ``'auto'`` value that
17111711
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
17121712

1713+
By default, it will use the value defined in the ``php.ini`` with the
1714+
``session.cookie_secure`` directive.
1715+
17131716
cookie_httponly
17141717
...............
17151718

0 commit comments

Comments
 (0)