Hi,
I have a java applet in a IE Browser that communicates with a 3rd machine (not the web server) using tcp/ip.
When I start the applet everthing is initialized and working well.
When I destroy the applet (e.g go to a new websites) and start it again (e.g. go back to the old website) it seems that the IP connection is still open. The only way to close this communication is to close the whole IE (and therefore the java console).
Is there any way to avoid this ?
My problem is that the 3rd machine is really confused if there is a "old" connection and a "new" one.
Thanks in advanced,
Peter
I have a java applet in a IE Browser that communicates with a 3rd machine (not the web server) using tcp/ip.
When I start the applet everthing is initialized and working well.
When I destroy the applet (e.g go to a new websites) and start it again (e.g. go back to the old website) it seems that the IP connection is still open. The only way to close this communication is to close the whole IE (and therefore the java console).
Is there any way to avoid this ?
My problem is that the 3rd machine is really confused if there is a "old" connection and a "new" one.
Thanks in advanced,
Peter