usban
09-09-2002, 02:58 PM
I have a seirous problem. I'm trying to build a safe environment in which every user has to log before enter the aplication. This login consists in a login and a password, as usual. Also i use sessions in order to control that all users have logged in before visiting the pages.
Inside the aplication the user can upload files to the web in order as a virtual hard drive or can share them with the members of his workgroup. The problem is that i can control that the user has logged in whenever he visits a page with the session_start(), but i can't avoid him downloading any file if he knows the right URL. I mean, i would like to know if there is a way to protect the access to the files.:mad:
Thank You .
Inside the aplication the user can upload files to the web in order as a virtual hard drive or can share them with the members of his workgroup. The problem is that i can control that the user has logged in whenever he visits a page with the session_start(), but i can't avoid him downloading any file if he knows the right URL. I mean, i would like to know if there is a way to protect the access to the files.:mad:
Thank You .