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.
1 parent 52f641a commit f6fcc14Copy full SHA for f6fcc14
reference/configuration/framework.rst
@@ -877,9 +877,9 @@ cookie_secure
877
878
**type**: ``boolean`` or ``string`` **default**: ``false``
879
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.
+This determines whether cookies should only be sent over secure connections. In
+addition to ``true`` and ``false``, there's a special ``'auto'`` value that
+means ``true`` for HTTPS requests and ``false`` for HTTP requests.
883
884
cookie_httponly
885
...............
0 commit comments