<?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: Reduce the Number of Cookies SiteCatalyst sets with Cookie Combining Plugin</title>
	<atom:link href="http://webanalyticsland.com/sitecatalyst-implementation/reduce-the-number-of-cookies-sitecatalyst-sets-with-cookie-combining-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://webanalyticsland.com/sitecatalyst-implementation/reduce-the-number-of-cookies-sitecatalyst-sets-with-cookie-combining-plugin/</link>
	<description>Omniture SiteCatalyst Implementation Optimization.</description>
	<lastBuildDate>Fri, 20 Aug 2010 16:55:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Server Herder</title>
		<link>http://webanalyticsland.com/sitecatalyst-implementation/reduce-the-number-of-cookies-sitecatalyst-sets-with-cookie-combining-plugin/comment-page-1/#comment-141</link>
		<dc:creator>Server Herder</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://webanalyticsland.com/?p=128#comment-141</guid>
		<description>This code is subject to an infinite recursion error when the same cookie is set but in a different path due to the manner in which it finds the current cookie value.  

This will trigger the error: 

var  
/* Sets the s_pers cookie in the .domain.com and path = / */ 
  _i= s.getVisitNum()
/* Read the value */ 
  ,_o= s.c_r(&quot;s_pers&quot;)
/* Sets the expiration time of the s_invisit attribute to 1 and encodes it */
 , _c= encodeURIComponent(_o.replace(/s_invisit=true\&#124;\d+/, &quot;s_invisit=true&#124;1&quot;))
;
/* sets a new cookie called s_pers in the current path and current domain */ 
document.cookie=&quot;s_pers=&quot; + _c +  &quot;;&quot;

/* Infinite recursion triggered here */
s_ut.c_r(&quot;s_invisit&quot;);</description>
		<content:encoded><![CDATA[<p>This code is subject to an infinite recursion error when the same cookie is set but in a different path due to the manner in which it finds the current cookie value.  </p>
<p>This will trigger the error: </p>
<p>var<br />
/* Sets the s_pers cookie in the .domain.com and path = / */<br />
  _i= s.getVisitNum()<br />
/* Read the value */<br />
  ,_o= s.c_r(&#8220;s_pers&#8221;)<br />
/* Sets the expiration time of the s_invisit attribute to 1 and encodes it */<br />
 , _c= encodeURIComponent(_o.replace(/s_invisit=true\|\d+/, &#8220;s_invisit=true|1&#8243;))<br />
;<br />
/* sets a new cookie called s_pers in the current path and current domain */<br />
document.cookie=&#8221;s_pers=&#8221; + _c +  &#8220;;&#8221;</p>
<p>/* Infinite recursion triggered here */<br />
s_ut.c_r(&#8220;s_invisit&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
