作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 suselinux 中有一个 apache2.4.6 和 dotcms2.3.2。我想在 dotcms 和 tomcat 中设置 httponly 和 secure falg 。我在 apache 和 tomcat 中设置了这些配置:<Context useHttpOnly="true">
在 context.xml
<Connector maxThreads="400" connectionTimeout="3000" port="8080" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="UTF-8" secure="true" />
在 server.xml
Header edit Set-Cookie ^(.*)$ $1;HttpOnly
Header set Set-Cookie HttpOnly;Secure
httpd.conf
.
最佳答案
Header set Set-Cookie HttpOnly;Secure
httpd.conf
作品。
关于apache - 如何在apache2.4.6和tomcat中设置HttpOnly和Secure标志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20727076/
我是一名优秀的程序员,十分优秀!