Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要有关我的 php 应用程序错误的帮助。第一次运行我的应用程序运行良好。但 60 分钟后,我的应用程序在 session_start() 处出错。找不到页面。我使用 javascript 计时器来检查会话。sessiont_start() 有什么问题吗?
检查你的 php.ini session.cache_expire。
默认时间为 180 分钟。你可以延长你的时间如下
session_cache_expire("minutes");
见手册