<?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 Jon Todd</title>
	<atom:link href="http://www.jontodd.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jontodd.com</link>
	<description>Optimal</description>
	<lastBuildDate>Thu, 26 Aug 2010 20:08:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on PHP Session Cookie Multiple Domains by Virgil</title>
		<link>http://www.jontodd.com/2006/08/10/php-session-cookie-multiple-domains/comment-page-1/#comment-36361</link>
		<dc:creator>Virgil</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/08/10/php-session-cookie-multiple-domains/#comment-36361</guid>
		<description>God, this saved my butt- I can&#039;t believe there isn&#039;t some mention of this in the PHP online documentation in the section on session variables.  Maybe someone has left a comment in there, but it always seems to be a ton of reading to find any pertinent info in the comments on the manual.

Basically had a issue where I use all kinds of session variables for a shopping cart on a site I developed, and when loading the secure pages from a non-www domain to the cart (which uses the www prefix) the session variables weren&#039;t available.  Added the line to the .htaccess file and voila!   All is happy, no need to modify any php.

thanks so much for a post on what would seem to be a very common problem!</description>
		<content:encoded><![CDATA[<p>God, this saved my butt- I can&#8217;t believe there isn&#8217;t some mention of this in the PHP online documentation in the section on session variables.  Maybe someone has left a comment in there, but it always seems to be a ton of reading to find any pertinent info in the comments on the manual.</p>
<p>Basically had a issue where I use all kinds of session variables for a shopping cart on a site I developed, and when loading the secure pages from a non-www domain to the cart (which uses the www prefix) the session variables weren&#8217;t available.  Added the line to the .htaccess file and voila!   All is happy, no need to modify any php.</p>
<p>thanks so much for a post on what would seem to be a very common problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Old School CS at MIT by Brendan</title>
		<link>http://www.jontodd.com/2009/09/24/must-watch-for-cs-majors/comment-page-1/#comment-36156</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2009/09/24/must-watch-for-cs-majors/#comment-36156</guid>
		<description>These are amazing videos and a really excellent complement to the SICP book.  I wish we had this when I was taking Comp Sci in High school in 1991 -- we were stuck with BASIC,  Pascal and Oberon of all things.

How I would have loved someone to explain AMB/Prolog to me back then (just had a copy of Turbo Prolog and a reference book) -- And here in SICP they go and basically implement it in an hour of video!  Awesome.</description>
		<content:encoded><![CDATA[<p>These are amazing videos and a really excellent complement to the SICP book.  I wish we had this when I was taking Comp Sci in High school in 1991 &#8212; we were stuck with BASIC,  Pascal and Oberon of all things.</p>
<p>How I would have loved someone to explain AMB/Prolog to me back then (just had a copy of Turbo Prolog and a reference book) &#8212; And here in SICP they go and basically implement it in an hour of video!  Awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 Party by Poultry in Motion</title>
		<link>http://www.jontodd.com/2009/11/03/windows-7-party/comment-page-1/#comment-34949</link>
		<dc:creator>Poultry in Motion</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/?p=167#comment-34949</guid>
		<description>That hurt me....it hurt bad.</description>
		<content:encoded><![CDATA[<p>That hurt me&#8230;.it hurt bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Control iTunes remotely with SSH by MIB</title>
		<link>http://www.jontodd.com/2007/11/19/how-to-control-itunes-remotely-with-ssh/comment-page-1/#comment-34931</link>
		<dc:creator>MIB</dc:creator>
		<pubDate>Sun, 31 Jan 2010 06:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2007/11/20/how-to-control-itunes-remotely-with-ssh/#comment-34931</guid>
		<description>Nice Post! you can also SCP this file from remote to local, then SSH and have control. That way you can control not just your box, but any box that would have ITunes that your friends&#039; can share at a party.</description>
		<content:encoded><![CDATA[<p>Nice Post! you can also SCP this file from remote to local, then SSH and have control. That way you can control not just your box, but any box that would have ITunes that your friends&#8217; can share at a party.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Session Cookie Multiple Domains by Mannan</title>
		<link>http://www.jontodd.com/2006/08/10/php-session-cookie-multiple-domains/comment-page-1/#comment-34568</link>
		<dc:creator>Mannan</dc:creator>
		<pubDate>Wed, 23 Dec 2009 09:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/08/10/php-session-cookie-multiple-domains/#comment-34568</guid>
		<description>Hi

I have 3 sub domains and one main domains

Code I am using is:
	session_set_cookie_params(3600,&#039;/&#039;,&#039;.cmela.com&#039;);
	session_start();

But it&#039;s not working... it works fine on main domains but when i go to sub domain it logs out... can you please suggest me anything??

Thank you
-Mannan</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have 3 sub domains and one main domains</p>
<p>Code I am using is:<br />
	session_set_cookie_params(3600,&#8217;/',&#8217;.cmela.com&#8217;);<br />
	session_start();</p>
<p>But it&#8217;s not working&#8230; it works fine on main domains but when i go to sub domain it logs out&#8230; can you please suggest me anything??</p>
<p>Thank you<br />
-Mannan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google SEO is ruining the internet by Dagoth</title>
		<link>http://www.jontodd.com/2006/07/25/google-seo-is-ruining-the-internet/comment-page-1/#comment-34265</link>
		<dc:creator>Dagoth</dc:creator>
		<pubDate>Sat, 05 Dec 2009 23:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/07/25/google-seo-is-ruining-the-internet/#comment-34265</guid>
		<description>And what can any of us do to prevent SEO from ruining the internet?</description>
		<content:encoded><![CDATA[<p>And what can any of us do to prevent SEO from ruining the internet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
