One browser means one client but what if two browser from same machine?
I think it should be considered as one client because I see the similar session id
for any no. of browser. Anyway keeping these things in mind, I have an issue.
A client send file and server's application create a unique folder in context
to save file.
unique folder : it is auto created & for each client
.
so my question is, is session id perfect solution for unique folder name ??
@Edit : An application upload multiple files in a auto-created folder
from client to server and provide a link to download the same folder to same client.once the client downloads the folder(all files), it is removed otherwise remains for next couple of hours(programmed).
what if there are many clients uploading the file, then how should I avoid the duplicate folder name
? So I thought to autocreate folder
on the basis of session-id