I'm working on a PDF generator using the PHP class found at fpdf.org. The class itself works great. Where I ran into a problem was after adding session_start() to the top of the script (because I want to access some session variables), it no longer works (it returns a "save file" popup, but doesn't save or open. If I remove the session_start(), it works fine again. Does anyone have any ideas why this would cause a problem?