How can I prevent a user from accessing another user's images/files... even if they get the URL correct for the image files of the filename+date md5ed
Edit: Just thought of it... have files served like images.php?imageID=82849 and check for session with correct username before serving that image.... am I right? open to any ideas/suggestions though
Secure Files per User
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Re: Secure Files per User
Yep, you got it. The term is "authorization".