Skip to content

Commit f6fcc14

Browse files
committed
Minor reword
1 parent 52f641a commit f6fcc14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,9 @@ cookie_secure
877877

878878
**type**: ``boolean`` or ``string`` **default**: ``false``
879879

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.
880+
This determines whether cookies should only be sent over secure connections. In
881+
addition to ``true`` and ``false``, there's a special ``'auto'`` value that
882+
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
883883

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

0 commit comments

Comments
 (0)