File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ Setting Options/Types Default Description
254254**$expires ** ``DateTimeInterface|string|int `` ``0 `` The expires timestamp.
255255**$path ** ``string `` ``/ `` The path property of the cookie.
256256**$domain ** ``string `` ``'' `` The domain property of the cookie.with trailing slash.
257- **$secure ** ``true/ false `` ``false `` If to be sent over secure HTTPS.
258- **$httponly ** ``true/ false `` ``true `` If not accessible to JavaScript.
257+ **$secure ** ``true ``/`` false `` ``false `` If to be sent over secure HTTPS.
258+ **$httponly ** ``true ``/`` false `` ``true `` If not accessible to JavaScript.
259259**$samesite ** ``Lax ``/``None ``/``Strict `` ``Lax `` The SameSite attribute.
260260**$raw ** ``true ``/``false `` ``false `` If to be dispatched using ``setrawcookie() ``.
261261==================== ===================================== ========= =====================================================
You can’t perform that action at this time.
0 commit comments