Error when deploying application in WebSphere 8.5.5 -
i getting following error message in stdout logs while starting application in websphere 8.5.5
srve8111e: application trying modify cookie matches pattern in restricted programmatic session cookies list [domain=*, name=jsessionid, path=/]. tried several options changing cookie name ‘somethingelse’ ‘jsessionid’ while overriding session settings war, see message not gone away.
please me resolve issue.
explanation administrator has disabled changing cookie configuration cookie matching domain, name, , path.
action either modify application use different cookie name, domain, or path or modify restricted programmatic session cookie values.
you can modify settings here:
servers > websphere application servers > server_name > session management > enable cookies > restrict cookies https sessions.
Comments
Post a Comment