Session cookie not send back by client on windows with JRE 1.7
943381Jun 13 2012 — edited Jun 13 2012We have an application that is deploied using Java Web Start. It communicate with a servlet using URLConnection and managing session by Cookies (JSESSIONID).
It worked well with Java 1.5 & 1.6. With Java 1.7 in windows It doesn't work anymore: cookie JSESSIONID is not send back to the server (I saw this using apache axis's HTTPMonitor). What's going wrong?
Launching the same application with Java Web Start from a linux box works as expected.
Version are: JRE 1.7.0_04 with Java Web Start 10.4.0.22_04