can we maintain single session from applet?
I have a requirement where, if i click on download button, a webpage will be displayed and there i can browse and start download.
(download will be done from client machine to server. i can access server using an ip and with respect to the server, i download a file from client machine).
Now when i start downloading from client machine to say server X,
and i try to do the same(download) to different server sat Y,
The first Download (for X) will get stopped and (webpage for downloading) second server(Y)download page is displayed.
My requirement is, if i say download from second server when first servers download is in process, it should not interupt the first download.
I need one download per PC.
Can some one tellme how to proceed.