<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generated PDFs over HTTPS with Internet Explorer</title>
	<atom:link href="http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/</link>
	<description>PHP, AS3, Flex, Flash</description>
	<lastBuildDate>Tue, 29 Jun 2010 14:08:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Are</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-423</link>
		<dc:creator>Are</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-423</guid>
		<description>PHP solution: Insert this line before session_start();

session_cache_limiter(&#039;private&#039;);</description>
		<content:encoded><![CDATA[<p>PHP solution: Insert this line before session_start();</p>
<p>session_cache_limiter(&#8216;private&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-294</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-294</guid>
		<description>@Figuss: The day MSIE cumbles would be a good one, but I think 8.0 is fairly interesting and I look forward to giving it a spin.

@patricia: You should be able to push the headers in the same way as you have content disposition up there, just add the two fields in the post.

Everyone else: Just glad to spread the word :)</description>
		<content:encoded><![CDATA[<p>@Figuss: The day MSIE cumbles would be a good one, but I think 8.0 is fairly interesting and I look forward to giving it a spin.</p>
<p>@patricia: You should be able to push the headers in the same way as you have content disposition up there, just add the two fields in the post.</p>
<p>Everyone else: Just glad to spread the word <img src='http://blog.eirikhoem.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Figuss</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-284</link>
		<dc:creator>Figuss</dc:creator>
		<pubDate>Tue, 26 Aug 2008 07:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-284</guid>
		<description>You are my hero of the day man!
Thank you very much for this tip. You save me a lot of precious time!!!

…I just dream of the day when everybody will surf on the net without IE….
What a relieve for us, simple webmasters!</description>
		<content:encoded><![CDATA[<p>You are my hero of the day man!<br />
Thank you very much for this tip. You save me a lot of precious time!!!</p>
<p>…I just dream of the day when everybody will surf on the net without IE….<br />
What a relieve for us, simple webmasters!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: staryosel</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-283</link>
		<dc:creator>staryosel</dc:creator>
		<pubDate>Tue, 26 Aug 2008 07:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-283</guid>
		<description>Awesome! MSIE almost ruined my day but you saved it ;-)</description>
		<content:encoded><![CDATA[<p>Awesome! MSIE almost ruined my day but you saved it <img src='http://blog.eirikhoem.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patricia</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-225</link>
		<dc:creator>patricia</dc:creator>
		<pubDate>Wed, 11 Jun 2008 15:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-225</guid>
		<description>hi, I have the same problem but with java struts,and the code is that:
response.setContentType(&quot;application/pdf&quot;);
response.setHeader(&quot;Content-Disposition&quot;, &quot;attachment;Cache;filename=\&quot;&quot; + ruta + &quot;\&quot;&quot;);
            
 Can you help me?</description>
		<content:encoded><![CDATA[<p>hi, I have the same problem but with java struts,and the code is that:<br />
response.setContentType(&#8220;application/pdf&#8221;);<br />
response.setHeader(&#8220;Content-Disposition&#8221;, &#8220;attachment;Cache;filename=\&#8221;" + ruta + &#8220;\&#8221;");</p>
<p> Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Populate PDF templates with PHP / FPDF / FPDI &#124; Eirik Hoem's Blog</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-145</link>
		<dc:creator>Populate PDF templates with PHP / FPDF / FPDI &#124; Eirik Hoem's Blog</dc:creator>
		<pubDate>Mon, 28 Apr 2008 13:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-145</guid>
		<description>[...] Related posts: Generated PDFs over HTTPS with Internet Explorer [...]</description>
		<content:encoded><![CDATA[<p>[...] Related posts: Generated PDFs over HTTPS with Internet Explorer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Lewicki</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-13</link>
		<dc:creator>Dave Lewicki</dc:creator>
		<pubDate>Thu, 13 Mar 2008 08:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-13</guid>
		<description>Worked like a charm.  THANKS!!!!!</description>
		<content:encoded><![CDATA[<p>Worked like a charm.  THANKS!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oz</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-12</link>
		<dc:creator>Oz</dc:creator>
		<pubDate>Wed, 27 Feb 2008 15:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-12</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Cupit</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-11</link>
		<dc:creator>Brad Cupit</dc:creator>
		<pubDate>Sat, 19 Jan 2008 17:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-11</guid>
		<description>Oh man, you just saved me sooo much time! Thanks for the awesome post!</description>
		<content:encoded><![CDATA[<p>Oh man, you just saved me sooo much time! Thanks for the awesome post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.eirikhoem.net/index.php/2007/06/15/generated-pdfs-over-https-with-internet-explorer/comment-page-1/#comment-17</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 31 Dec 2007 22:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eirikhoem.net/?p=18#comment-17</guid>
		<description>Awesome!  I love M$ products!  They&#039;re so.... in need of repair ;)</description>
		<content:encoded><![CDATA[<p>Awesome!  I love M$ products!  They&#8217;re so&#8230;. in need of repair <img src='http://blog.eirikhoem.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
