NoteThe scope of cookie:
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
The above is the detailed content of Issues with cookie scope in php. For more information, please follow other related articles on the PHP Chinese website!