Skip to content

Commit 2de6e69

Browse files
authored
Update the default cookie_secure value
The default and special `cookie_secure` value should be `'auto'`, not `null`.
1 parent 462f27f commit 2de6e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,10 +1589,10 @@ The possible values for this option are:
15891589
cookie_secure
15901590
.............
15911591

1592-
**type**: ``boolean`` or ``null`` **default**: ``null``
1592+
**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'``
15931593

15941594
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
1595+
addition to ``true`` and ``false``, there's a special ``'auto'`` value that
15961596
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
15971597

15981598
cookie_httponly

0 commit comments

Comments
 (0)