Hello every body ,

In my application (an applet to view java-3D objects) I am starting a
thread to connect to a servlet(http connection) and send a file from
this thread to the servlet. the servlet takes this file write it on disk
and start a process to check this file. when the process has finished
checking the file the servlet send back the checked file to the client
to visualize again.

My problem is that there is many check methodes und therfore I want to
send the originale file only once to the servlet und start whatever
methode on the servlet side.

I was thinking to give my files  on the servlet side names as a
combination of the session ID's.

My Question is :

1) how can I manage the session tracking ? or do I have to shift to rmi?

2) or do I have to use a Permanent HttpURLConnection object in my applet
and use
        it for subsequent transfer? is it possible

my concern is that I want HttpSession.getId() to give me back the same
session id when the client is the same.


Thanks for any help

Mohammed

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to