I have a link for logged in users, that displays an xml/xsl file:
- Code: Select all
<?php
echo "../patientfiles/".$_SESSION['Login']."/ccd".$_SESSION['Login'].".xml";
?>
however, if a user copies the url, he/she may paste it in the browser at any time and access the file w/o logging in.
is there a way to display the file in the browser, without giving up the path?
Kindest regards,


