Closed GoogleCodeExporter closed 9 years ago
补充说明:
Linux/Ubuntu 10.04 LTS Server
Apache 2.2.14-5ubuntu8
PHP 5.3.2-1ubuntu4.2
Original comment by felixonm...@gmail.com
on 22 Feb 2011 at 12:43
访问Google则提示下载, log如下:
Original comment by felixonm...@gmail.com
on 22 Feb 2011 at 12:47
Attachments:
感觉你PHP Session的Cookie不对,你的PHP Session
ID的Cookie的Key是不是“PHPSESSID”?
Original comment by lehui99
on 22 Feb 2011 at 1:35
应该是; 这个怎么看?
Original comment by felixonm...@gmail.com
on 22 Feb 2011 at 1:56
新建一个php,内容如下:
<?php
session_start();
?>
然后Firefox访问这个PHP,然后Firefox => 工具 => 选项 => 隐私 =>
显示Cookies
Original comment by lehui99
on 22 Feb 2011 at 2:03
chrome developer tools 看了 无cookie
Original comment by felixonm...@gmail.com
on 22 Feb 2011 at 2:05
无Cookie的话说明PHP配置有问题。PHP session是最基本的功能。
Original comment by lehui99
on 23 Feb 2011 at 3:46
0.4版应该修好了,试试看?
Original comment by lehui99
on 5 Mar 2011 at 1:01
Original issue reported on code.google.com by
felixonm...@gmail.com
on 22 Feb 2011 at 12:42Attachments: