Protecting flash component
Posted: Thu Sep 20, 2007 6:43 pm
I have a site with php/session/user type security.
I added one nice flash component, but i cannot prevent unlogged users from running it (if they know the url) unless i place it under htaccess protected folder. If i do that it would require for the logged users to enter a different password if they wanted to access that file, even they are logged-in already.
Is there a way to grant certain sessions access to htaccess protected folder by php and how?
I added one nice flash component, but i cannot prevent unlogged users from running it (if they know the url) unless i place it under htaccess protected folder. If i do that it would require for the logged users to enter a different password if they wanted to access that file, even they are logged-in already.
Is there a way to grant certain sessions access to htaccess protected folder by php and how?