We have observed the httpOnly attribute has some changes in java 6 Update 71, due to which my JSessionIDSSO cookie has the attribute httpOnly as true.
just need to check , has anyone faced the same issue ?
Now my JNLP application which uses JSessionIDSSO is broken as it is not able to read JSessionIDSSO. Doing httpOnly attribute for JSessionIDSSO as false, let it work.
Can anyone suggest the solution for this behaviour.?
thanks