using sessions, pdf fails in IE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ken Loomis

    using sessions, pdf fails in IE

    Hello:

    I've been happily generating pdf files with fpdf for a long time. I
    just switched from hhttp authentication to sessions, and now pdf
    generation fails in IE but not in Foxfire.

    Does anyone know the fix for this?

    Thanks,

    Ken

  • Ken Loomis

    #2
    Re: using sessions, pdf fails in IE

    I got it fixed. This recommendation: http://www.fpdf.org/en/FAQ.php#5
    said to use session_cache_l imiter('private ') before the
    session_start()

    Looking at the user notes in the php help for session_cache_l imiter(),
    I chose to go with session_cache_l imiter('none'). This worked, too.

    Ken

    Comment

    Working...