In a way, yes.
I am already using cookies to make sure that user can only access the download page once he is logged in etc...
The problem I am having, is if I was to just give the user the download link, then it could be passed on, and anyone could download from it without being a member of the site.
I'm assuming the function I want would have to be done through some sort of .htaccess file (though it wouldn't be called that since I am using windows)
Say I have a game.exe file in the downloads folder, I only want that file to be accessible when that user is logged in, and re-directed from the download page (hence my inital thoughts of HTTP_REFERER - though I now realise it's not going to be possible to use that anyway)
Cheers,
Jamie