Have you tried sending those headers as real headers, rather than using meta tags?
Webapps follow the normal caching semantics of the web, so this should be no different from creating a website. However I don't remember off the top of my head which headers can be expressed using <meta> tags and which ones don't. / Jonas On Thu, May 2, 2013 at 8:09 AM, <[email protected]> wrote: > hi! > im developing a hosted webapp, my problem is once installed the app doesn't > reload the page every time it is launched, i show real-time data so this is > useless... i saw other apps like twitter or facebook, they are reloaded each > time the app is opened... how do they do that? > > i tried with : > > <meta http-equiv="Cache-Control" content="no-cache, no-store, > must-revalidate" /> > <meta http-equiv="Pragma" content="no-cache" /> > <meta http-equiv="Expires" content="0" /> > > but no luck :-/ > any suggestion? > > regards, > Leandro > _______________________________________________ > dev-webapps mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-webapps _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
