setcookie("cookie name","value","scope")
scope "/" means that COOKIE acts on all files in the root directory
scope "/ROOT/" means that COOKIE acts on the ROOT directory under the root directory All files of
The above introduces the scope of cookies in document.cookie PHP, including the content of document.cookie. I hope it will be helpful to friends who are interested in PHP tutorials.