[BlueOnyx:06159] Re: generated pdfs - https internet explorer
Matthew Komar
mkomar at serverrack.net
Tue Dec 21 09:06:53 -05 2010
This same problem nearly destroyed me for quite a while.
If you are using sessions, add:
session_cache_limiter("must-revalidate");
prior to the session_start(); function call.
If that doesn't solve it, contact me off list, and I'll help resolve it.
On 12/21/2010 6:13 AM, Gerald Waugh wrote:
> We have an SSL site with an application that generates PDF files which
> the customer can download/display in browser. Working flawlessly in both
> Firefox and Safair.
>
> Under Internet Explorer we get https errors. If we call the application
> with http (not https) it works. But call with https and we get error
> messages like “The file is currently unavailable or cannot be found.
> Please try again later.” and “The file could not be stored in cache”.
>
> We tired some of the things found googling and found many postings,
> like;
> header(‘Cache-Control: maxage=3600′);
> header(‘Pragma: public’);
> but no joy,
> does anyone have experience with this IE problem?
>
More information about the Blueonyx
mailing list