How to change Java Agent Session Cookie Name in OpenAM In this article, I am going to sharing How to change the Java Agent session cookie name in OpenAM. OpenAM, the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Once you have changed […]
Tag: Cookie
How to change the default session cookie name in OpenAM
How to change the default session cookie name in OpenAM In this article, I am going to sharing How to change the default session cookie name in OpenAM. Generally OpenAM the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Post OpenAM 13 and […]
Cookie Not Marked as HttpOnly
HTTPOnly cookies cannot be read by client-side scripts, therefore marking a cookie as HTTPOnly can provide an additional layer of protection against cross-site scripting attacks. Solution <session-config> <cookie-config> <http-only>true</http-only> </cookie-config> </session-config> NarayanaswamyHello! I am Narayanaswamy founder and admin of narayanatutorial.com. I have been working in the IT industry for more than 12 years. NarayanaTutorial is […]