Home > Backend Development > PHP Tutorial > 关于session跨页丢失问题

关于session跨页丢失问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 13:36:41
Original
1408 people have browsed it

相同的代码在Windows下aparhe服务器运行正常,在CentOS的nginx下就有问题。具体如下;
a.php中的$_SESSION['username']无法在b.php中使用。而测试两个php文件中的session id都相同。
网上看了一些方法,貌似要修改CentOS中php配置文件session的路径,以及路径下没有文件的问题。求有经验的大神解答,万分感谢!!!


回复讨论(解决方案)

参考: http://blog.csdn.net/fdipzone/article/details/43205961

你应该是session目录没有配置,导致session不能写入。

你应该是session目录没有配置,导致session不能写入。



确实是这样,已经解决了。太谢谢了!!!!
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template