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 MySQL 的 Web 应用程序。现在我想要的是基于会话监控网络日志。
有什么方法可以自定义 Apache 日志文件以便捕获 PHP 会话?
谢谢你。
默认session.save_path设置为""。您可以通过以下方式找到当前路径
session.save_path
""
session_save_path() — 获取和/或设置当前会话保存路径
您还可以编写自己的会话处理程序:http: //php.net/manual/de/function.session-set-save-handler.php