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.
我有一个 Symfony2 (2.0.9) 项目和 B-Office 部分,我不明白空闲时间在哪里设置?识别生成一个好的会话cookie“PHPSESSID”等于变量(config.yml)框架:会话:生命周期:86400(一天)但我在一小时后自动断开连接!
您是否检查了服务器上的会话生命周期?请参阅session.gc_maxlifetime 的文档。默认值为:
session.gc_maxlifetime = 1440
这意味着 24 分钟。