Home > Backend Development > PHP Tutorial > 还是session有关问题

还是session有关问题

WBOY
Release: 2016-06-13 12:03:22
Original
788 people have browsed it

还是session问题
我把session保存在一个文件夹中

随着用户越来越多 session文件也越来越多。

怎么办。

某个用户重复登陆不会产生新文件这个我知道。

我也在用户单击退出时用了$_SESSION = array()和session_destroy() 

可是现在很少有人会单击退出。
------解决方案--------------------
自己删除呀!

Related labels:
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