当前位置:Gxlcms > PHP教程 > 用header发送cookie的php代码_PHP教程

用header发送cookie的php代码_PHP教程

时间:2021-07-01 10:21:17 帮助过:2人阅读

用header 发送cookie
header("Set-Cookie: testcookie=中文; path=/; domain=.phpv.net; expires=".gmstrftime("%A, %d-%b-%Y %H:%M:%S GMT",time()+9600));

请将path=/; domain=.phpv.net;改为自己的(不知道怎么设就删除它们]


www.bkjia.comtruehttp://www.bkjia.com/PHPjc/317985.htmlTechArticle用header发送cookie header("Set-Cookie:testcookie=中文;path=/;domain=.phpv.net;expires=".gmstrftime("%A,%d-%b-%Y%H:%M:%SGMT",time()+9600)); 请将path=/;domain=.phpv.net;改为自...

人气教程排行