The servlet of our web application are aware of cookies when user click on the
jnlp link. The jnlp file are dynamically generated by the servlet.
Since we want to create a shortcut on the desktop, we put http://myserver/launch.jnlp> in the jnlp file. This caused Web Start to
follow this link and get jnlp file for the second time. And the cookie
information are lost during this second run.
So we got a dilema here: Either we don't create shortcut or we don't get the
cookies. I couldn't figur