caching - How to send cache-control: no-cache from mobile? -


we're using varnish caching our pages, , configured differentiate user-agent versions of pages. mobiles have different version of page desktop browser.

from desktop browser, it's easy send "cache-control: no-cache" ctrl+f5 shortcut. enforce varnish refresh page in cache.

but how same thing mobile, how not have ctrl key ??

many etienne

as know, 3 options available on different browsers:

  1. slide down
  2. settings -> refresh
  3. settings -> privacy -> clear cache (all/for site only)

if 1 , 2 doesn't make click clear cache manually

update: ok check safari , chrome at site: seems cannot send pragma: no-cache, browser, programmatically via meta tags, there no way it


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -