Apache会保存会话吗?

时间:2013-01-09 12:38:35

标签: php apache session

我正在开发基于PHP MySQL的Web应用程序。现在我想要的是根据会话监控网络日志。

有没有办法自定义Apache日志文件以便捕获PHP会话?

谢谢。

2 个答案:

答案 0 :(得分:1)

默认session.save_path设置为""。您可以使用

找到当前路径

session_save_path() — Get and/or set the current session save path

答案 1 :(得分:0)

您也可以编写自己的会话处理程序:http://php.net/manual/de/function.session-set-save-handler.php