Has anyone out there attempt to use PHP 5.1 to generate a PDF, and then have it load inline in IE6, while behind a login? (ie. with a session running).
Aside from needing a session_cache_limiter(“private”); prior to session_start(); are there any other gotchas I should know about?