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
 
You set the pragma-cahce meta tags to not cache the page. Mind it that it is
just an instructor to client. client browser may or may not honor it. most
of the browsers do honor it.

http://www.netomatix.com
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top