We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea603a commit ef98a19Copy full SHA for ef98a19
1 file changed
user_guide_src/source/libraries/cookies.rst
@@ -257,7 +257,7 @@ Setting Options/Types Default Description
257
**$secure** ``true/false`` ``false`` If to be sent over secure HTTPS.
258
**$httponly** ``true/false`` ``true`` If not accessible to JavaScript.
259
**$samesite** ``Lax``/``None``/``Strict`` ``Lax`` The SameSite attribute.
260
-**$raw** ``true/false`` ``false`` If to be dispatched using ``setrawcookie()``.
+**$raw** ``true``/``false`` ``false`` If to be dispatched using ``setrawcookie()``.
261
==================== ===================================== ========= =====================================================
262
263
In runtime, you can manually supply a new default using the ``Cookie::setDefaults()`` method.
0 commit comments