I want to apply the "secure" and "httponly" flags in the following names:
COOKIE_SUPPORT
GUEST_LANGUAGE_ID
JSESSIONID
LRF_SESSION_STATE (secure only)
ADRUM
Inside the web.xml file the following code has been added. cookie-config image
The code shown in the image above only applies "secure" and "httponly" to JSESSIONID, but they do not affect other cookie names mentioned above. cookies image
How could I apply the "secure" flag to the following cookie names, in Liferay 6.2?
COOKIE_SUPPORT
GUEST_LANGUAGE_ID
LRF_SESSION_STATE (secure only)
ADRUM
Regards.