为什么将PHP cookie路径设置为“/”不适用于域中的每个子系统,但仅适用于当前目录.
cookie设置为:
setcookie("name","val",expire_time,"/");
它只是不想工作.
尝试包括域参数:
原文链接:https://www.f2er.com/php/140064.htmlsetcookie("name","/",".domain.com"); // don't forget the prefixing period: .domain.com
这将使所有域名的“domain.com”