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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -