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 セッション管理を追跡したいと思います。たとえば、セッション データのガベージ コレクションがいつ開始されるか (session.gc_maxlifetime を参照)、Apache の error_log ファイルに記録して知りたいと思います。
どうやってやるの?
を実装し、SessionHandlerInterfaceを使用して登録しsession_set_save_handler()ます。
SessionHandlerInterface
session_set_save_handler()