Hi everybody,
I have an existing JSP/Servlet application
in which the user "Mr. X" launches an ULC JNLP client.
The user "Mr. X" has already now an HttpSession because
of the JSP/Servlet application he is using (e.g. done jsessionid=123,
stored with cookies in his browser) and he starts now
an ULC JNLP client (not an ULC applet).
It's important for us that the ULC JNLP client uses
the same HttpSession which already exists and does not
create a new one.
How can we do that?
My ideas were:
a) Somehow configure the DefaultJnlpLauncher (it has a cookie store)
b) call the jnlp with the jessionid param like href="">
(does not seem to work)
Thanks for any help & best regards,
Peter
Title: Start an ULC JNLP client in a specific HttpSession
- [ULC-developer] Start an ULC JNLP client in a specific HttpSe... Peter Koch
