掲示板

How to use <http-only> and <secure> tag are supported in Liferay

10年前 に Girish kumar によって更新されました。

How to use <http-only> and <secure> tag are supported in Liferay

Junior Member 投稿: 26 参加年月日: 13/06/17 最新の投稿
Hi All,

We want to use below tags in web.xml in Jboss server:

<session-config>
<cookie-config>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
<tracking-mode>COOKIE</tracking-mode>
</session-config>

By default Liferay 6120 supports the servlet spec 2.4 but the above tags are not supported in servlet spec 2.4.

Is With Liferay Portal 6.1.20 servelt 3.0 spec compliant because then only would be able to use above tags in web.xml


Env Details:
JBOSS Application Server:JBoss EAP 6.0.1.GA (AS 7.1.3.Final-redhat-4)
Liferay :Liferay Portal 6.1.20 (Paton / Build 6120 / July 31, 2012)


Thanks.
10年前 に Girish kumar によって更新されました。

RE: How to use <http-only> and <secure> tag are supported in Liferay

Junior Member 投稿: 26 参加年月日: 13/06/17 最新の投稿
Hi All,

Anybody is having idea on this query.

Thanks.
thumbnail
8年前 に Suresh Yadagiri によって更新されました。

RE: How to use <http-only> and <secure> tag are supported in Liferay

Junior Member 投稿: 29 参加年月日: 14/03/24 最新の投稿
We have same required. Did you find any solution?
thumbnail
8年前 に David H Nebinger によって更新されました。

RE: How to use <http-only> and <secure> tag are supported in Liferay

Liferay Legend 投稿: 14918 参加年月日: 06/09/02 最新の投稿
No, the web.xml isn't used in portlets really. Whatever settings you have there don't really apply to the portlet.
thumbnail
7年前 に Naresh Reddy Kallamadi によって更新されました。

RE: How to use <http-only> and <secure> tag are supported in Liferay

Regular Member 投稿: 120 参加年月日: 14/07/09 最新の投稿
RE: How to use <http-only> and <secure> tag are supported in Liferay
thumbnail
7年前 に Jorge Díaz によって更新されました。

RE: How to use <http-only> and <secure> tag are supported in Liferay

Liferay Master 投稿: 753 参加年月日: 14/01/09 最新の投稿
"HttpOnly" is activated by default since Liferay 7. See LPS-61285

For Liferay 6.2 you have to manually modify the web.xml file inside ROOT/WEB-INF and configure the session-config see Liferay 7 code: https://github.com/brianchandotcom/liferay-portal/pull/34327/files