Prevent downloading files if session not created
Posted: Sat Jul 21, 2012 10:20 pm
Hi all,
I have an application with php5.4 and ms access2010 database. Visitor can download files from a page only if a session is created. This is managed by session variable.
Now problem is- if any visitor copy the document link an paste into a new explorer window can download that file but I want to prevent downloading file in this way also.
Can anybody guide me how to do this.
I have an application with php5.4 and ms access2010 database. Visitor can download files from a page only if a session is created. This is managed by session variable.
Now problem is- if any visitor copy the document link an paste into a new explorer window can download that file but I want to prevent downloading file in this way also.
Can anybody guide me how to do this.