<?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: Use Cookie-Free Domain and CDN for Static Content!</title>
	<atom:link href="/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: SSL</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-420069</link>
		<dc:creator><![CDATA[SSL]]></dc:creator>
		<pubDate>Tue, 13 Sep 2016 13:31:54 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-420069</guid>
		<description><![CDATA[tutorial for setting CDN &quot;use cookie free domain&quot; Please!. 
thank you in advance :)]]></description>
		<content:encoded><![CDATA[<p>tutorial for setting CDN &#8220;use cookie free domain&#8221; Please!.<br />
thank you in advance 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Progetto</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-411279</link>
		<dc:creator><![CDATA[Progetto]]></dc:creator>
		<pubDate>Fri, 17 Jun 2016 07:54:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-411279</guid>
		<description><![CDATA[Very useful Article about Cookie free Domain. This is the Article clear my doubts in CFD.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Very useful Article about Cookie free Domain. This is the Article clear my doubts in CFD.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drabuziai vaikams</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-362267</link>
		<dc:creator><![CDATA[drabuziai vaikams]]></dc:creator>
		<pubDate>Fri, 18 Sep 2015 11:05:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-362267</guid>
		<description><![CDATA[Please add more explaination with example, I really need it.
Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Please add more explaination with example, I really need it.<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-220827</link>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Mon, 15 Dec 2014 14:06:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-220827</guid>
		<description><![CDATA[Still don&#039;t get how to make use of cookies. I tried to set it up on a subdomain on my website but no progress..]]></description>
		<content:encoded><![CDATA[<p>Still don&#8217;t get how to make use of cookies. I tried to set it up on a subdomain on my website but no progress..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hostings</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-20194</link>
		<dc:creator><![CDATA[Hostings]]></dc:creator>
		<pubDate>Wed, 18 Dec 2013 07:58:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-20194</guid>
		<description><![CDATA[Good post. I also try to improve site load]]></description>
		<content:encoded><![CDATA[<p>Good post. I also try to improve site load</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Davis</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-17073</link>
		<dc:creator><![CDATA[Jason Davis]]></dc:creator>
		<pubDate>Tue, 06 Nov 2012 12:14:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-17073</guid>
		<description><![CDATA[@Shawn Rebelo I believe based on your strong opinionated comments that you don&#039;t have a strong knowledge of how Apache and PHP work.  Or any other server for that matter.
1) You are right, not everyone would want ot or can do this.  For example a low traffic site would likely not want to bother.  A high traffic site would definitely want to do this though.  In fact if you view the source of almost any high traffics site you can see this being done.

2) There is no real difference from loading from a sub-domain vs another domain.  It all boils down to how you want to set it up, also as mentioned, if you site currently sets cookies in the root *.domain.com or domain.com space then you would need to use another domain instead of a sub-domain.

3) If you are using a LAMP stack, then cookies are sent with each request to the server.  Keyword is request meaning it does not matter the file type, the browser is going to send the cookies!]]></description>
		<content:encoded><![CDATA[<p>@Shawn Rebelo I believe based on your strong opinionated comments that you don&#8217;t have a strong knowledge of how Apache and PHP work.  Or any other server for that matter.<br />
1) You are right, not everyone would want ot or can do this.  For example a low traffic site would likely not want to bother.  A high traffic site would definitely want to do this though.  In fact if you view the source of almost any high traffics site you can see this being done.</p>
<p>2) There is no real difference from loading from a sub-domain vs another domain.  It all boils down to how you want to set it up, also as mentioned, if you site currently sets cookies in the root *.domain.com or domain.com space then you would need to use another domain instead of a sub-domain.</p>
<p>3) If you are using a LAMP stack, then cookies are sent with each request to the server.  Keyword is request meaning it does not matter the file type, the browser is going to send the cookies!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Rebelo</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-16155</link>
		<dc:creator><![CDATA[Shawn Rebelo]]></dc:creator>
		<pubDate>Thu, 28 Jun 2012 19:28:49 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-16155</guid>
		<description><![CDATA[Although I understand the concept, the whole idea is abusrd.

1. Not everyone can do this or would even want to.

2. Whats the difference of loading from a sub domain of the main domain when it is all still on the same domain?

3. Cookies on images and CSS and JS? What?!?! Since when and why? Why not just resolve that issue from there instead of making people jump through hoops. 

There is no reason those files should even be cookied. In fact, nothing should be cookied unless set by the website.

I see this causing a lot of problems with people and specific applications. And just an all around headache to have to even do to what? Please YSlow?

We are all to busy trying to reach certain standards when in fact the sites are fine, people use them and browse them and hardly ever complain about anything that these places talk about. Is a joke really.

Just my 2 cents on this topic. I enjoy complicated things, when they make sense. THis does not make sense when the issue can be nipped in the bud elsewhere.

Im sure this was helpful to others, helped me understand it a bit more. Just not logical at all.]]></description>
		<content:encoded><![CDATA[<p>Although I understand the concept, the whole idea is abusrd.</p>
<p>1. Not everyone can do this or would even want to.</p>
<p>2. Whats the difference of loading from a sub domain of the main domain when it is all still on the same domain?</p>
<p>3. Cookies on images and CSS and JS? What?!?! Since when and why? Why not just resolve that issue from there instead of making people jump through hoops. </p>
<p>There is no reason those files should even be cookied. In fact, nothing should be cookied unless set by the website.</p>
<p>I see this causing a lot of problems with people and specific applications. And just an all around headache to have to even do to what? Please YSlow?</p>
<p>We are all to busy trying to reach certain standards when in fact the sites are fine, people use them and browse them and hardly ever complain about anything that these places talk about. Is a joke really.</p>
<p>Just my 2 cents on this topic. I enjoy complicated things, when they make sense. THis does not make sense when the issue can be nipped in the bud elsewhere.</p>
<p>Im sure this was helpful to others, helped me understand it a bit more. Just not logical at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ellys Directory</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-16145</link>
		<dc:creator><![CDATA[Ellys Directory]]></dc:creator>
		<pubDate>Thu, 28 Jun 2012 03:11:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-16145</guid>
		<description><![CDATA[yeah..we need more explain with example...thanks
i still really dont get about that.]]></description>
		<content:encoded><![CDATA[<p>yeah..we need more explain with example&#8230;thanks<br />
i still really dont get about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rezam</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-15099</link>
		<dc:creator><![CDATA[rezam]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:48:51 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-15099</guid>
		<description><![CDATA[Can you explain the setting of cookies free domain with details please ?]]></description>
		<content:encoded><![CDATA[<p>Can you explain the setting of cookies free domain with details please ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>/2010/03/12/use-cookie-free-domain-and-cdn-for-static-content/comment-page-1/#comment-14339</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Thu, 16 Jun 2011 08:48:42 +0000</pubDate>
		<guid isPermaLink="false">/?p=1220#comment-14339</guid>
		<description><![CDATA[@Tobbias &quot;Setting up some random subdomains for js, css and images etc is good to spread the http load...&quot;

Is there any the http load gain when the static subdomain is on the same server then the main domain?]]></description>
		<content:encoded><![CDATA[<p>@Tobbias &#8220;Setting up some random subdomains for js, css and images etc is good to spread the http load&#8230;&#8221;</p>
<p>Is there any the http load gain when the static subdomain is on the same server then the main domain?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
