setcookie("cookie name", "value", "scope")
Scope "/" means that COOKIE acts on all files in the root directory
Scope "/ROOT/" means that COOKIE acts on All files in the ROOT directory under the root directory
http://www.bkjia.com/PHPjc/318775.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/318775.htmlTechArticlesetcookie("cookie name","value","scope") Scope "/" indicates the role of COOKIE The scope "/ROOT/" of all files in the root directory means that COOKIE acts on all files in the ROOT directory under the root directory...