Home > Backend Development > PHP Tutorial > 请教个APACHE PHP环境有关的问题

请教个APACHE PHP环境有关的问题

WBOY
Release: 2016-06-23 13:58:54
Original
1061 people have browsed it

我使用XAMPP套件安装网站不会出现会员登录超时自动退出,使用PHPserver套件安装网站出现10分钟左右自动退出会话,请问要设置哪里解决这个问题?环境包都是默认的设置,没有做其他的设置。


回复讨论(解决方案)

session.gc_maxlifetime

在php.ini 中设置 session. gc_maxlifetime session最大存活时间

在php.ini 中设置 session. gc_maxlifetime session最大存活时间


PHPserver的值session.gc_maxlifetime = 86400     XAMPP的值session.gc_maxlifetime = 1440

PHPserver的值还要大,为什么会话时间只有10分钟左右呢?而XAMPP如果不点退出,不会出现会话超时退出?

发现它有问题,还去用它干什么,直接用xampp呗。

发现它有问题,还去用它干什么,直接用xampp呗。


XAMPP是开发环境,很多漏洞
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