You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by VAN DER MARLIERE FREDERIC <fr...@cdn.fr> on 2005/01/14 11:32:46 UTC

RE : is this possible?

Hi jungsoo,

Why don't you pass your sessionId in an applet parameter?

Something like:

<applet height="200" width="200" class="applets.myApplet.class">
  <param name="mySessionId" value="<%=request.getSession().getId()%>" />
</applet>

Thenafter, use the getParameter(paramterName) of the applet.

Hope this helped.
Fred.


-----Message d'origine-----
De : jungsoo kim [mailto:kimjungsoo@gmail.com] 
Envoyé : vendredi 14 janvier 2005 08:13
À : tomcat-user@jakarta.apache.org
Objet : is this possible?


Hi all,

I have an applet that communicate with server. And, of course, the server
maintains a session.

If I insert the applet in the JSP page, the applet fails to communicate with
server because of session ID problem.

My problem is I can't chage applet's code. I can't get session id from a jsp
page.

Thus, I 'd like to know that whether there is a way to handle the session
problem at the Tomcat.

Thanks in advance.


----------------------------------------------------
Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite.Tout message electronique est susceptible d'alteration.
Le CREDIT DU NORD et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie.
This message and any attachments ( the "message") are confidential and intended solely for the addressees.
Any unauthorised use or dissemination is prohibited.E-mails are susceptible to alteration.
Neither CREDIT DU NORD nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified.
----------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org