deleting cache

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, is there a way for me to delete an image file that gets loaded into the
cache? I want to prevent people from saving it. I already have the browser
problem fixed. My site is written using C#, but I have not found a way to
delete the file from the cache. I have deleted the cookie.

Thanks,
Michael
 
That's an obvious answer, but I don't want to stop the caching all together.
I just want to delete it when the user leaves my page.
 
You can't without installing a client component.

Is there a specific reason for deleting the files? If somebody is after your
images, they will download them anyways.
 
Back
Top