
03-02-2003, 01:19 PM
|
|
Contributor
|
|
Join Date: Oct 2002
Location: Michigan, USA
Posts: 516
|
|
|
Depends on the site. Some websites will set a cookie on the computer and will ask for that cookie to keep track of you or I think some keep track of IPs and some keep track of session IDs. So what you do is using HTTP protocol you login to your site. If it is using a session ID just send the session ID back when you request the file to download. If it is by IP then the server will keep track for you and send you the file. If by cookie then you must send the cookie back when you request the file.
|
|