为网站的cookie添加httponly参数已提高网站的安全性 By duncan21Posted on 2016 年 12 月 8 日2016 年 12 月 8 日Posted in Linux, securityTagged cookie, httponlyNo Comments on 为网站的cookie添加httponly参数已提高网站的安全性 步骤1:在wp-config.php文件中加入下面的行 @ini_set(‘session.cookie_httponly’, true); @ini_set(‘session.cookie_[……] 阅读全文 Read More