<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Defvayne23.com &#187; IE</title>
	<atom:link href="http://defvayne23.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://defvayne23.com</link>
	<description>A blog by John Hoover</description>
	<lastBuildDate>Fri, 27 Jan 2012 22:10:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IE &amp; IFRAME Sessions</title>
		<link>http://defvayne23.com/2010/03/30/ie-iframe-sessions/</link>
		<comments>http://defvayne23.com/2010/03/30/ie-iframe-sessions/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:41:39 +0000</pubDate>
		<dc:creator>John Hoover</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.defvayne23.com/?p=54</guid>
		<description><![CDATA[Had an issue come up today with a site that offers the service to pull in data to your site using an iframe. Apparently IE has a security feature where it does not accept sessions from external sites using iframe. Sounds great, but the way to make it work is to simply send a header [...]]]></description>
			<content:encoded><![CDATA[<p>Had an issue come up today with a site that offers the service to pull in data to your site using an iframe. Apparently IE has a security feature where it does not accept sessions from external sites using iframe. Sounds great, but the way to make it work is to simply send a header with the request.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">header('P3P: CP=&quot;CAO PSA OUR&quot;');</pre></div></div>

<p>So how does this add security? <a href="http://support.microsoft.com/kb/323752">Find more info here.</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fdefvayne23.com%2F2010%2F03%2F30%2Fie-iframe-sessions%2F&amp;title=IE%20%26%23038%3B%20IFRAME%20Sessions" id="wpa2a_2"><img src="http://defvayne23.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://defvayne23.com/2010/03/30/ie-iframe-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
