【发布时间】:2013-02-14 19:05:48
【问题描述】:
我在一个公共环境中工作,在 WebSphere Application Server 7 前面有一个 Apache http-Server(运行一个 WebSphere Portal Server 7),现在我正在尝试为 LTPA 打开 httpOnly 和安全标志饼干。
根据Secure and HttpOnly flags for session cookie Websphere 7 和support node at IBM 我添加了自定义属性 com.ibm.ws.security.addHttpOnlyAttributeToCookies -> true 在 WAS7 配置中并重新启动服务器。结果是设置了 httpOnly 标志而没有设置安全标志。
有没有人遇到同样的问题并找到了解决办法?
【问题讨论】:
标签: websphere-7 websphere-portal httponly