Home >Backend Development >PHP Tutorial >某服务器不能对IE浏览器setcookie

某服务器不能对IE浏览器setcookie

WBOY
WBOYOriginal
2016-06-23 14:14:17822browse

本帖最后由 kk86868058 于 2013-06-25 20:36:19 编辑

我用了ABC三个环境测试,A是windows,B和C是linux,就是C一直收不到COOKIE,包括session_start也无法让它收到SESSION标识符
测试脚本代码:

print_r($_COOKIE);
setcookie('test', 'valueeee', time()+3600, '/', $_SERVER['HTTP_HOST']);

包括最后一个参数我都试过一些类似localhost,127.0.0.1等,不成功
重装C是逃避问题,我希望探索知道这个问题的原因在哪里,不知道大家遇到过没有呢,服务器配置能限制cookie发送吗?

回复讨论(解决方案)

抓包检查吧~

 同个网络环境?

抓包检查吧~
唔...要这样了,过几天有空先




 同个网络环境?
是同一个环境

setcookie前是不能有输出的。你有一个print_r

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn