在使用 php 进行 Web 开发时,我在 .php 文件中的某处进行了检查
AbcController.php
if(isset($_COOKIE['auth'])){
//server side logging code
//...some code here
但是在fetching the Access logs for AbcController.php with 'auth' cookie
设置(grep 'auth')时,服务器端计数与访问日志计数不同。请帮助我,因为这是我无法弄清楚的事情。
(Access Log Count > Server side log count)
编辑:服务器端日志记录正在文件级别完成。访问日志在我们正在搜索的标头中显示 cookie。