Return to Snippet

Revision: 36169
at November 19, 2010 02:23 by ashsa


Initial Code
header("Pragma: no-store, no-cache");

Initial URL


Initial Description
Donwloads weren't working with https + ie6/ie7. This line solves the problem (order is important, **no-store** must be first).

Initial Title
https+ieX+downloads

Initial Tags
download, cache

Initial Language
PHP