I am getting following error message in stdout logs while starting my application in WebSphere 8.5.5
SRVE8111E: The application is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=*, name=JSESSIONID, path=/].
Tried several options like changing cookie name to ‘SOMETHINGELSE’ from ‘JSESSIONID’ while overriding the session settings for war, but see this message not gone away.
Please help me resolve this issue.