doc-en
doc-en copied to clipboard
setcookie: Add note regarding SameSite=None and disabled Secure behavior
Fixes #4873
In this case fixing this instance would have created an inconsistency with the markup across rest of this file, so I've reviewed the whole file to make it consistent.
I've fixed all the review issues, including CDATA indents and trailing whitespace.
Additionally, I changed the suggestion to consider explode() for setting multiple values in a single cookie to json_encode() as I think this is easier / less error prone to use correctly.