Home >Backend Development >PHP Tutorial >php会话出现有关问题,如何搞会回呀?菜鸟,请各位帮帮忙多谢

php会话出现有关问题,如何搞会回呀?菜鸟,请各位帮帮忙多谢

WBOY
WBOYOriginal
2016-06-13 12:13:23901browse

php会话出现问题,怎么搞会回呀?初学者,请各位帮帮忙谢谢?



以前还可以,不过改了这里之后        session.save_path = "D:/session"
就出现这种情况了,还请各位大神帮帮忙,谢谢了!
------解决思路----------------------
在 session 開始之前有錯誤輸出,先檢查一下你的代碼把錯誤排除掉
------解决思路----------------------
请检查下D盘下session目录是否存在。

------解决思路----------------------
D:/session 是否存在,且有權限寫?
------解决思路----------------------
为什么要改session.save_path 的值呢,改回去试试看。
------解决思路----------------------
session.save_path 的默认值为 /tmp,即操作系统的临时文件目录
可以不设置(注释掉 session.save_path)

如果设置了,则必须保证该目录具有一般用户完全控制权限
------解决思路----------------------
好像session_start()前面不能有输出,

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