我正在尝试使用记录 cookie 信息
CustomLog $PATH "%{cookie}i"
现在我希望hb_name, hb_email, hb_cellno, hb_visit, hb_session从这个 cookie将某些变量 ex( ) 记录到我的日志文件中。
hb_name, hb_email, hb_cellno, hb_visit, hb_session
我怎样才能从这个 cookie 中解析出特定的值并记录它们?
apache-2.2
apache-2.2 ×1