My tests were positive in that matter. Another way, that I have used, works if you are using the struts framework and some sort of JEE compliant application container. In that configuration you can define pattern-matching names for the actions (servlets) so each request to the same action could contain a random seed in it. For example, you could filter action names for a certain myAction*.do so each request made in the form of myAction23423433.do will be catched by myAction.do There are other solutions that works in the same fashion in this configuration.
Regards, Luis. On Sat, Nov 22, 2008 at 11:03 AM, iWebKit <[EMAIL PROTECTED]> wrote: > > No that doesn't work in safari > > On Nov 20, 10:26 am, Chrilith <[EMAIL PROTECTED]> wrote: >> The same way you do in web site in general, using HTTP headers >> (pragma, expires, cache-control...) >> >> On Nov 19, 7:35 pm, iWebKit <[EMAIL PROTECTED]> wrote: >> >> > hey, >> >> > does anyone know how to disable browser caching in the iphone on a >> > webpage?? >> >> > thanks :) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
