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 会话管理以更好地了解实际发生的情况。例如,通过登录 Apache error_log 文件,我想知道会话数据的垃圾收集何时开始(请参阅 session.gc_maxlifetime)。
我怎样才能做到这一点?
实现 aSessionHandlerInterface并使用session_set_save_handler().
SessionHandlerInterface
session_set_save_handler()