Skip to content

Commit b859228

Browse files
Indicate that cookie_secure is false by default
Closes symfony/issues#31376
1 parent 737cc7f commit b859228

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,11 +875,11 @@ The possible values for this option are:
875875
cookie_secure
876876
.............
877877

878-
**type**: ``boolean`` or ``string`` **default**: ``'auto'``
878+
**type**: ``boolean`` or ``string`` **default**: ``false``
879879

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.
880+
This determines whether cookies should only be sent over secure connections.
881+
Setting this value to ``auto`` means ``true`` for HTTPS requests and ``false`` for
882+
HTTP requests.
883883

884884
cookie_httponly
885885
...............

0 commit comments

Comments
 (0)