php环境下的cookie漏洞

配置nginx.conf

server下

  add_header                  Set-Cookie "HttpOnly";
  add_header                  Set-Cookie "Secure";
  add_header                  X-Frame-Options "DENY";

 

 

如图:

php环境下的cookie漏洞_第1张图片

你可能感兴趣的:(安全)