I have a php website that uses a php script to log in to a members only area. I have pdf files that are in a separate password protected directory using .htaccess. I would like these files to only be accessible to people who are allowed into the members only area. Right now if a user is logged into the members only area when the click the pdf link the directory authentication pop-up box displays and asks for the directory user name and password. I would like to know if it is possible to integrate the directory (.htaccess) log in with my php log in so once a member is logged into the members only section they can access the files in the password protected directory without having to enter the username and password again.