<?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: Serve static content from a cookieless domain</title>
	<atom:link href="http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/</link>
	<description>Home is where you hang your @</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:28:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Aswin</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-9752</link>
		<dc:creator>Aswin</dc:creator>
		<pubDate>Thu, 08 Jul 2010 01:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-9752</guid>
		<description>Hi
Is possible to setup cookie less domain with out a new domain ? this will cause extra cost for us</description>
		<content:encoded><![CDATA[<p>Hi<br />
Is possible to setup cookie less domain with out a new domain ? this will cause extra cost for us</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hookah</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-5650</link>
		<dc:creator>hookah</dc:creator>
		<pubDate>Sun, 07 Mar 2010 06:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-5650</guid>
		<description>Have you tried using YSlow?  It&#039;s a good plugin to speed up your webpages also.</description>
		<content:encoded><![CDATA[<p>Have you tried using YSlow?  It&#8217;s a good plugin to speed up your webpages also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suliman</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-5234</link>
		<dc:creator>suliman</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-5234</guid>
		<description>&lt;p&gt;www it&#039;s a subdomain (common for a site) . In your case set the cookie for www.domain.com and load pictures from images.domain.com.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>www it&#8217;s a subdomain (common for a site) . In your case set the cookie for <a href="http://www.domain.com" >http://www.domain.com</a> and load pictures from images.domain.com.</p>
<p> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-5233</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-5233</guid>
		<description>Thanks,
So, if I don&#039;t want to use cookies in the subdomains I only have to write the following into the www site:
setcookie(“testVar”, “someValue”, time() + 3600, ‘/’,  ’subdomain.domain.com’)
Am I right? Or should I also do something in the subdomains?
 
Thanks and regards!</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
So, if I don&#8217;t want to use cookies in the subdomains I only have to write the following into the www site:<br />
setcookie(“testVar”, “someValue”, time() + 3600, ‘/’,  ’subdomain.domain.com’)<br />
Am I right? Or should I also do something in the subdomains?<br />
 <br />
Thanks and regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suliman</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-5232</link>
		<dc:creator>suliman</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-5232</guid>
		<description>&lt;p&gt;@Eric, yes, GA sets wide-site cookie.&lt;/p&gt;
&lt;p&gt;@Marc, use domain value on setcookie function like:&lt;/p&gt;
&lt;p&gt;setcookie(&quot;testVar&quot;, &quot;someValue&quot;, time() + 3600, &#039;/&#039;, &#039;www.domain.com&#039;)&lt;/p&gt;
&lt;p&gt;or &lt;/p&gt;
&lt;p&gt;setcookie(&quot;testVar&quot;, &quot;someValue&quot;, time() + 3600, &#039;/&#039;, &#039;subdomain.domain.com&#039;)&lt;/p&gt;
&lt;p&gt;You can set cookie on domain www and leave nocookie on others(images, css...whatever you use for your media content).&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@Eric, yes, GA sets wide-site cookie.</p>
<p>@Marc, use domain value on setcookie function like:</p>
<p>setcookie(&#8220;testVar&#8221;, &#8220;someValue&#8221;, time() + 3600, &#8216;/&#8217;, &#8216;www.domain.com&#8217;)</p>
<p>or </p>
<p>setcookie(&#8220;testVar&#8221;, &#8220;someValue&#8221;, time() + 3600, &#8216;/&#8217;, &#8216;subdomain.domain.com&#8217;)</p>
<p>You can set cookie on domain www and leave nocookie on others(images, css&#8230;whatever you use for your media content).</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-5231</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-5231</guid>
		<description>Hi, thanks for your post.
In the two last comments you say to use setcookie(), how can I do it?
Regards!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your post.<br />
In the two last comments you say to use setcookie(), how can I do it?<br />
Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Bruinsma</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-4815</link>
		<dc:creator>Erik Bruinsma</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-4815</guid>
		<description>Well, that&#039;s the odd part. I did used setcookie with fixed domain to www.url.com but didn&#039;t seem to matter. Suppose it&#039;s the GA settings this 430 bytes cookies..</description>
		<content:encoded><![CDATA[<p>Well, that&#8217;s the odd part. I did used setcookie with fixed domain to <a href="http://www.url.com" >http://www.url.com</a> but didn&#8217;t seem to matter. Suppose it&#8217;s the GA settings this 430 bytes cookies..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suliman</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-4814</link>
		<dc:creator>suliman</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-4814</guid>
		<description>&lt;p&gt;I read somewhere that google analytics script is setting a wide-site cookie (subdomains included). If you do need GA you have to use a cookiless domain, and if not use setcookie() with fixed domain.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I read somewhere that google analytics script is setting a wide-site cookie (subdomains included). If you do need GA you have to use a cookiless domain, and if not use setcookie() with fixed domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suliman</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-4813</link>
		<dc:creator>suliman</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-4813</guid>
		<description>&lt;p&gt;Yes, I did that on one of my sites because my cookie was around 1k * 100K images - you do the math.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Yes, I did that on one of my sites because my cookie was around 1k * 100K images &#8211; you do the math.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Bruinsma</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-4812</link>
		<dc:creator>Erik Bruinsma</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-4812</guid>
		<description>I&#039;m trying to reduce the bandwith of a website which has about 60k visitors a day with 25 traffic. My cookie is just 430bytes but this ads up with a lot of requests of every image used in my website. Thank you for your answer ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to reduce the bandwith of a website which has about 60k visitors a day with 25 traffic. My cookie is just 430bytes but this ads up with a lot of requests of every image used in my website. Thank you for your answer ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suliman</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-4811</link>
		<dc:creator>suliman</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-4811</guid>
		<description>&lt;p&gt;Cookie goes on every piece of data you get from server (image/html, everything).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Cookie goes on every piece of data you get from server (image/html, everything).</p>
<p> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Bruinsma</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-4810</link>
		<dc:creator>Erik Bruinsma</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-4810</guid>
		<description>From what I understand is that the cookie is send in every request to the server which costs bandwidth and speed. But is it send to every image or just on every browser refresh?</description>
		<content:encoded><![CDATA[<p>From what I understand is that the cookie is send in every request to the server which costs bandwidth and speed. But is it send to every image or just on every browser refresh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cookieless Domain Configuration - cPanel Forums</title>
		<link>http://www.kensfi.com/serve-static-content-from-a-cookieless-domain/comment-page-1/#comment-3443</link>
		<dc:creator>Cookieless Domain Configuration - cPanel Forums</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kensfi.com/?p=1243#comment-3443</guid>
		<description>[...] I&#039;ve done all this as far as I can see but I still get cookies loading on the addon domain. I&#039;ve set it up following these instructions and yours as well:  Serve static content from a cookieless domain &#124; Tech Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#39;ve done all this as far as I can see but I still get cookies loading on the addon domain. I&#39;ve set it up following these instructions and yours as well:  Serve static content from a cookieless domain | Tech Blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
