The internet cache is a function of the browser, not the machine. You don't have ANY control over that. You can however control your page's expiration as Yehuda describes above.
However, something important to remember with this: If the browser has already been to a page and has cached it, implementing the Response expiration isn't going to help because the browser is not going to see that new page until the old one expires and is thus removed. You would need to manually clear the browser's temp files on each machine, then your new page's "instant" expiration would work.
Peter
------------------------------------------------------
Work smarter, not harder.
|