not sure how your pages are set up but we server our images dynamically so
that if you were to just copy the url from the img tag on the site you would
get a page that gets the image for you. That will allow you to do auth on
users that attempt to obtain resources. If you need a solution for CF like
advanced security that will run in a clustered environment check the one out
at http://www.netwebapps.com/products/securityManager/introduction.cfm the
custom tags it uses for authentication and authorization are free.

Bryan

----- Original Message -----
From: "Jason" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, April 15, 2001 3:52 PM
Subject: Image / File Security


> I am looking for suggestions on ways to incorporate protection of my files
> /images from deep linking. I currently log users in and verify them on a
DB
> with CF however that doesn't stop them from linking back to a file at a
> later date. I can't really use advanced security because the Image server
is
> on a different machine and the web servers are on another cluster. I also
> don't want to use NT challenge response because I would force the user to
> log in twice. I have seen some examples by people using Apache that use
the
> ..htacess method (to verify refering URLor something of that nature) but
> since I am using IIS 5.0 this doesnt work for me. Anyone currently have a
> good way to do this?
>
>
> Thanks.
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to