Home > php教程 > php手册 > 为什么在WINDOWS下使用PHP4的SESSION功能老是报路

为什么在WINDOWS下使用PHP4的SESSION功能老是报路

WBOY
Release: 2016-06-13 09:54:37
Original
760 people have browsed it

这个可能是PHP4.0在WINDOWS下的一个BUG,希望能在以后的版本里得到彻底解决。目前的解决办法是把保存SESSION的路径设为当前路径(只有这样,才不会包错)。
方法是修改php.ini,把
session.save_path
的值设为
./

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template