I am trying to set the HTTP response headers to disable the caching in IE 10, but seems that IE still caching the pages even though I set the headers like follows,
cache-control = no-cache
expires = -1
Pragma = no-cache
Could you anyone please help to disable the browser cache in IE 10.
Thanks,
Velusamy.
cache-control = no-cache
expires = -1
Pragma = no-cache
Could you anyone please help to disable the browser cache in IE 10.
Thanks,
Velusamy.