在Nginx和PHP上添加“HttpOnly”和“Secure”cookie标志

前端之家收集整理的这篇文章主要介绍了在Nginx和PHP上添加“HttpOnly”和“Secure”cookie标志前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我有运行PHPwordpressNginx. Acunetix建议设置这些标志,但它们不提供任何文档.我看了一下,但我还没有看到任何显示如何实现这一点的东西.我有这个模块:在Nginxhttp://wiki.nginx.org/HttpHeadersMoreModule,如果这会有所帮助.有关如何设置这些标志的任何信息?谢谢.

按此处要求的cookie样本

Cookie: __cfduid=d3-shortened-08; cf_use_ob=0; wordpress_logged_in_6dfda-shortened-e3e82d5; __utma=21-shortened-436.19; __utmc=21519150; __utmz=2119150.1396063475.3.2.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmct‌​r=(not%20provided); testing=1; sid=a14-shortened-384; sessiontest=1; wp-settings-2=editor%3Dhtml%26wplink%3D0%26uploader%3D1%26mfold%3Do%26ed_size%3D‌​677%26libraryContent%3Dbrowse%26urlbutton%3Dfile; wp-settings-time-2=139745167; wordpress_test_cookie=WP+Cookie+check; wordpress_logged_in_a9-shortened-d2a7=DrDinosaur%7C1397980-shortened-2f9

最佳答案
编辑您的PHP.ini并设置session.cookie_httponlysession.cookie_secure或在您的应用程序中使用setcookie.
原文链接:https://www.f2er.com/nginx/435403.html

猜你在找的Nginx相关文章