Revision: 36169
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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