On 08/21/2006 10:53 AM, Aaron Fischer wrote:
> Has anyone run into errors diplaying the generated PDF in Internet
> Explorer? Thoughts, suggestions?
I have had similar issues in the past and as I remember, it had to do
with cache setting, try 'session_cache_limiter ('private');' before any
other output (e.g. start_session ())
flav