<?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: Maintaining PHP session when using CURL.</title>
	<atom:link href="http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/</link>
	<description>From programming to music!</description>
	<lastBuildDate>Sat, 21 Jan 2012 14:45:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Sandesh</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-14157</link>
		<dc:creator>Sandesh</dc:creator>
		<pubDate>Wed, 08 Jun 2011 07:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-14157</guid>
		<description>Thanks a lot. It saved my life. </description>
		<content:encoded><![CDATA[<p>Thanks a lot. It saved my life.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavlos</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-14149</link>
		<dc:creator>Pavlos</dc:creator>
		<pubDate>Wed, 18 May 2011 23:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-14149</guid>
		<description>Thanks a lot for this post, it helped me out quite a bit! </description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post, it helped me out quite a bit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juliancc</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13541</link>
		<dc:creator>juliancc</dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13541</guid>
		<description>Thanks Adam for your contribution. </description>
		<content:encoded><![CDATA[<p>Thanks Adam for your contribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beeleg</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13538</link>
		<dc:creator>beeleg</dc:creator>
		<pubDate>Thu, 25 Nov 2010 06:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13538</guid>
		<description>It works perfectly! Thanks </description>
		<content:encoded><![CDATA[<p>It works perfectly! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13537</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 24 Nov 2010 17:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13537</guid>
		<description>For a more generic write (incase of different session paths, session ids on different PHP configs) you might want to use this.... 
 
$strCookie = session_name().&quot;=&quot;.session_id().&quot;; path=&quot;.session_save_path(); </description>
		<content:encoded><![CDATA[<p>For a more generic write (incase of different session paths, session ids on different PHP configs) you might want to use this&#8230;. </p>
<p>$strCookie = session_name().&quot;=&quot;.session_id().&quot;; path=&quot;.session_save_path();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Cheong</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13533</link>
		<dc:creator>Ivan Cheong</dc:creator>
		<pubDate>Fri, 19 Nov 2010 07:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13533</guid>
		<description>Perfect !!! It solved my problem ! </description>
		<content:encoded><![CDATA[<p>Perfect !!! It solved my problem !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juliancc</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13532</link>
		<dc:creator>juliancc</dc:creator>
		<pubDate>Fri, 22 Oct 2010 12:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13532</guid>
		<description>Willy that&#039;s why I posted it. :) I knew that it was not a problem specific to what I was trying to do, but more of a cURL thing. I&#039;m glad that the article helped you resolve your issue. </description>
		<content:encoded><![CDATA[<p>Willy that&#039;s why I posted it. <img src='http://www.smooka.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I knew that it was not a problem specific to what I was trying to do, but more of a cURL thing. I&#039;m glad that the article helped you resolve your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willy Jansen</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13531</link>
		<dc:creator>Willy Jansen</dc:creator>
		<pubDate>Fri, 22 Oct 2010 12:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13531</guid>
		<description>I might not working on something that related with IGoogle, but your solution here helps me dealing with curl with session problem. Thanks man! </description>
		<content:encoded><![CDATA[<p>I might not working on something that related with IGoogle, but your solution here helps me dealing with curl with session problem. Thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msangel</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13235</link>
		<dc:creator>msangel</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13235</guid>
		<description>please give to all good example of usage this block code... it&#039;s very hardly to find something good in the internet</description>
		<content:encoded><![CDATA[<p>please give to all good example of usage this block code&#8230; it&#8217;s very hardly to find something good in the internet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maheorana</title>
		<link>http://www.smooka.com/blog/2009/07/24/maintaining-php-session-when-using-curl/comment-page-1/#comment-13210</link>
		<dc:creator>maheorana</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.smooka.com/blog/?p=134#comment-13210</guid>
		<description>great!!! it works sooo good....  
THANK YOU SO MUCH </description>
		<content:encoded><![CDATA[<p>great!!! it works sooo good&#8230;.<br />
THANK YOU SO MUCH</p>
]]></content:encoded>
	</item>
</channel>
</rss>

