<?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 for CodeDump</title>
	<atom:link href="http://codedump.tsdme.nl/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://codedump.tsdme.nl</link>
	<description>A little blog where I write about my experiences while coding.</description>
	<lastBuildDate>Sat, 05 Sep 2009 05:30:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Cookies and Actionscript by Tom</title>
		<link>http://codedump.tsdme.nl/actionscript/cookies-and-actionscript/comment-page-1#comment-8</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 05 Sep 2009 05:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://codedump.tsdme.nl/?p=4#comment-8</guid>
		<description>Yes the URLLoader stores cookies and hence stores cookies needed to maintain a logged in session.

You can turn that functionality off if you want the cookie data in the response headers.

var myLoader = new air.URLLoader();
var myRequest = new air.URLRequest(url);
myRequest.manageCookies = false;

You will need to do this is you want to get a cookie value manually from the headers.

In a air.HTTPStatusEvent.HTTP_RESPONSE_STATUS event loop through the event.responseHeaders and look for event.responseHeaders[i].name == &#039;Set-Cookie&#039; to get the headers.

Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>Yes the URLLoader stores cookies and hence stores cookies needed to maintain a logged in session.</p>
<p>You can turn that functionality off if you want the cookie data in the response headers.</p>
<p>var myLoader = new air.URLLoader();<br />
var myRequest = new air.URLRequest(url);<br />
myRequest.manageCookies = false;</p>
<p>You will need to do this is you want to get a cookie value manually from the headers.</p>
<p>In a air.HTTPStatusEvent.HTTP_RESPONSE_STATUS event loop through the event.responseHeaders and look for event.responseHeaders[i].name == &#8216;Set-Cookie&#8217; to get the headers.</p>
<p>Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookies and Actionscript by KattyBlackyard</title>
		<link>http://codedump.tsdme.nl/actionscript/cookies-and-actionscript/comment-page-1#comment-6</link>
		<dc:creator>KattyBlackyard</dc:creator>
		<pubDate>Mon, 15 Jun 2009 14:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://codedump.tsdme.nl/?p=4#comment-6</guid>
		<description>Hi, interest post. I&#039;ll write you later about few questions!</description>
		<content:encoded><![CDATA[<p>Hi, interest post. I&#8217;ll write you later about few questions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookies and Actionscript by Ezrad Lionel</title>
		<link>http://codedump.tsdme.nl/actionscript/cookies-and-actionscript/comment-page-1#comment-5</link>
		<dc:creator>Ezrad Lionel</dc:creator>
		<pubDate>Mon, 25 May 2009 05:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://codedump.tsdme.nl/?p=4#comment-5</guid>
		<description>Pretty cool stuff. What are you studying at Uni? I fear my life will be gone once I get into Actionscript. Yeah, we have the same name, they actually added a d because the priest said Ezrad is androgynous. I have a cousin named Ezrad too. sorry for freaking out I dont meet too many people with that name, in fact, none.

good day</description>
		<content:encoded><![CDATA[<p>Pretty cool stuff. What are you studying at Uni? I fear my life will be gone once I get into Actionscript. Yeah, we have the same name, they actually added a d because the priest said Ezrad is androgynous. I have a cousin named Ezrad too. sorry for freaking out I dont meet too many people with that name, in fact, none.</p>
<p>good day</p>
]]></content:encoded>
	</item>
</channel>
</rss>
