Posted By


ashsa on 11/19/10

Tagged


Statistics


Viewed 2632 times
Favorited by 0 user(s)

https+ieX+downloads


/ Published in: PHP
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. header("Pragma: no-store, no-cache");

Report this snippet


Comments


You need to login to view comments.