Password Protect all .cfm files in a directory?
Greetings
Can anyone share the code one one put within the application.cfm to password-protect all the files in that directory?
The UN & PW are stored in a DB - of course I could create a session_ID and protect each page individually, which I have been doing for years, but in this case, the pages are being loaded using a half-*ss CMS and the users, other than saving files as .cfm, will not be responsible to leave the code on each page.
In the DB, the user name is subscriber_email, the password is subscriber_password.
Thanks for any help.
