Hi Peter,

Option b is easier.

You need to generate the .jnlp file dynamically and in that append the
jsessionid to the URL of the ULC application.

I hope this helps.

Thanks and regards,

Janak

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter Koch
Sent: Thursday, September 21, 2006 2:21 PM
To: [email protected]
Subject: [ULC-developer] Start an ULC JNLP client in a specific HttpSession


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="onlineshop.jnlp;jsessionid=1234"
   (does not seem to work)

Thanks for any help & best regards,
Peter

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to