Link to home
Start Free TrialLog in
Avatar of dev09
dev09

asked on

Secure file access

I realise that if a file (e.g. a PDF) is sitting on a server (apache Linux) and i share the link to it's location - you can effectively access/download it with out any extra security.

Is there anyway (perhaps with a php session) to prevent viewing or accessing a file unless the php session is active?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dev09
dev09

ASKER

Thanks, perfect answer!