<?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: How to use Magento&#8217;s session within WordPress</title>
	<atom:link href="http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/</link>
	<description>it&#039;s my blog anyway</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:43:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: juan mendez</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-17927</link>
		<dc:creator>juan mendez</dc:creator>
		<pubDate>Wed, 11 Jan 2012 22:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-17927</guid>
		<description>i think i found out something which i had no clue in magento, setting the cookie path to / so that my blog within my magento site worked, after spending like 6 frustrating hours :)</description>
		<content:encoded><![CDATA[<p>i think i found out something which i had no clue in magento, setting the cookie path to / so that my blog within my magento site worked, after spending like 6 frustrating hours <img src='http://mysillypointofview.richardferaro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan mendez</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-17923</link>
		<dc:creator>juan mendez</dc:creator>
		<pubDate>Wed, 11 Jan 2012 20:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-17923</guid>
		<description>hi, just to make it clear prior to visiting blog found at http://mysite/blog, i have already logged in at my site as a customer http://mysite. Sometimes the cookie with the path &quot;/blog&quot; doesn&#039;t get created so I can see myself logged in, otherwise most of the time is not letting appear logged in</description>
		<content:encoded><![CDATA[<p>hi, just to make it clear prior to visiting blog found at <a href="http://mysite/blog" rel="nofollow">http://mysite/blog</a>, i have already logged in at my site as a customer <a href="http://mysite" rel="nofollow">http://mysite</a>. Sometimes the cookie with the path &#8220;/blog&#8221; doesn&#8217;t get created so I can see myself logged in, otherwise most of the time is not letting appear logged in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan mendez</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-17919</link>
		<dc:creator>juan mendez</dc:creator>
		<pubDate>Wed, 11 Jan 2012 20:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-17919</guid>
		<description>hi, thank you for this wonderful wp plugin, i am following along, but what i came up with were two cookies named &quot;frontend&quot;, one&#039;s path is &quot;/&quot;, and the other one is &quot;/blog&quot;, if in my browser i removed the one whose path is &quot;/blog&quot;, i can see the user logged in, otherwise, it takes it as if i never logged in to the magento site.. has anyone faced this issue?

thanks.</description>
		<content:encoded><![CDATA[<p>hi, thank you for this wonderful wp plugin, i am following along, but what i came up with were two cookies named &#8220;frontend&#8221;, one&#8217;s path is &#8220;/&#8221;, and the other one is &#8220;/blog&#8221;, if in my browser i removed the one whose path is &#8220;/blog&#8221;, i can see the user logged in, otherwise, it takes it as if i never logged in to the magento site.. has anyone faced this issue?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Feraro</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-13718</link>
		<dc:creator>Richard Feraro</dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-13718</guid>
		<description>Why are there so many getSingleton? I usually use it for core/session only.</description>
		<content:encoded><![CDATA[<p>Why are there so many getSingleton? I usually use it for core/session only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bown</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-13263</link>
		<dc:creator>bown</dc:creator>
		<pubDate>Mon, 12 Dec 2011 09:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-13263</guid>
		<description>Hey Together,

i&#039;m trying to get this work. But i&#039;m not getting the correct session. I have an Magento Shop with one Store, Website, View. I just want to view the cart-sidebar. My Code is:

	require_once ( $_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/app/Mage.php&quot; );
	umask(0);
	Mage::app(&#039;default&#039;);

	Mage::getSingleton(&#039;core/session&#039;, array(&#039;name&#039;=&gt;&#039;frontend&#039;));
	
	$cart = Mage::getSingleton(&#039;checkout/cart&#039;)-&gt;getItemsCount();

	$session = Mage::getSingleton(&quot;customer/session&quot;);

	$block = Mage::getSingleton(&#039;core/layout&#039;)
            -&gt;createBlock(&quot;checkout/cart_sidebar&quot;, &quot;own_sidebar&quot;)
            -&gt;setTemplate(&quot;checkout/cart/sidebar.phtml&quot;);
    echo $block-&gt;toHtml(); 

The Cart shows up, but ist empty.

Would be fine if someone has a solution.</description>
		<content:encoded><![CDATA[<p>Hey Together,</p>
<p>i&#8217;m trying to get this work. But i&#8217;m not getting the correct session. I have an Magento Shop with one Store, Website, View. I just want to view the cart-sidebar. My Code is:</p>
<p>	require_once ( $_SERVER['DOCUMENT_ROOT'].&#8221;/app/Mage.php&#8221; );<br />
	umask(0);<br />
	Mage::app(&#8216;default&#8217;);</p>
<p>	Mage::getSingleton(&#8216;core/session&#8217;, array(&#8216;name&#8217;=&gt;&#8217;frontend&#8217;));</p>
<p>	$cart = Mage::getSingleton(&#8216;checkout/cart&#8217;)-&gt;getItemsCount();</p>
<p>	$session = Mage::getSingleton(&#8220;customer/session&#8221;);</p>
<p>	$block = Mage::getSingleton(&#8216;core/layout&#8217;)<br />
            -&gt;createBlock(&#8220;checkout/cart_sidebar&#8221;, &#8220;own_sidebar&#8221;)<br />
            -&gt;setTemplate(&#8220;checkout/cart/sidebar.phtml&#8221;);<br />
    echo $block-&gt;toHtml(); </p>
<p>The Cart shows up, but ist empty.</p>
<p>Would be fine if someone has a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Feraro</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-9350</link>
		<dc:creator>Richard Feraro</dc:creator>
		<pubDate>Thu, 20 Oct 2011 15:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-9350</guid>
		<description>No, not with Mage Enabler. But WordPress itself has a way of extending its functions to external sites. Check on including wp-load.php in your store.</description>
		<content:encoded><![CDATA[<p>No, not with Mage Enabler. But WordPress itself has a way of extending its functions to external sites. Check on including wp-load.php in your store.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CMB</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-9294</link>
		<dc:creator>CMB</dc:creator>
		<pubDate>Wed, 19 Oct 2011 02:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-9294</guid>
		<description>Hello, I am new to much of this. I am deciding between ahead works and Wordpress integration to my Magento store. Is it possible to use your simplified process in a reverse fashion to bring word press into my store.</description>
		<content:encoded><![CDATA[<p>Hello, I am new to much of this. I am deciding between ahead works and WordPress integration to my Magento store. Is it possible to use your simplified process in a reverse fashion to bring word press into my store.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mage Enabler review, discussions, does it work, and ratings on Loadwp.com&#160;&#124;&#160;Loadwp.com</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-7311</link>
		<dc:creator>Mage Enabler review, discussions, does it work, and ratings on Loadwp.com&#160;&#124;&#160;Loadwp.com</dc:creator>
		<pubDate>Wed, 17 Aug 2011 02:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-7311</guid>
		<description>[...] to the Mage object which you can use to access Magento methods within WordPress and do stuff like single login, pull templates from Magento, display categories, products and checkout from your blog and many [...]</description>
		<content:encoded><![CDATA[<p>[...] to the Mage object which you can use to access Magento methods within WordPress and do stuff like single login, pull templates from Magento, display categories, products and checkout from your blog and many [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-4878</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Thu, 19 May 2011 16:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-4878</guid>
		<description>Hey there - I got everything working well with my site - the side cart was being updated perfcetly :)

Now all of a sudden the sessions have stopped working. I know that the link to mage.php is still there as pulling blocks out and displaying.

So my cart is no longer updating. I&#039;ve cleared sessions, used a new browser and checked httpd error/access logs but nothing.

If anyone has any clues, they would be welcome.

Many thanks</description>
		<content:encoded><![CDATA[<p>Hey there &#8211; I got everything working well with my site &#8211; the side cart was being updated perfcetly <img src='http://mysillypointofview.richardferaro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now all of a sudden the sessions have stopped working. I know that the link to mage.php is still there as pulling blocks out and displaying.</p>
<p>So my cart is no longer updating. I&#8217;ve cleared sessions, used a new browser and checked httpd error/access logs but nothing.</p>
<p>If anyone has any clues, they would be welcome.</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imacg</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-4746</link>
		<dc:creator>imacg</dc:creator>
		<pubDate>Sat, 14 May 2011 12:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-4746</guid>
		<description>Thanks Richard,

If the blog is in another domain on same server will that work, and if so what will the path look like from the blog domain.  e.g. store.com and blog.com on same server, how do I reference mage.php so that the WP install can find it..?

thanks,

Iain</description>
		<content:encoded><![CDATA[<p>Thanks Richard,</p>
<p>If the blog is in another domain on same server will that work, and if so what will the path look like from the blog domain.  e.g. store.com and blog.com on same server, how do I reference mage.php so that the WP install can find it..?</p>
<p>thanks,</p>
<p>Iain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Feraro</title>
		<link>http://mysillypointofview.richardferaro.com/2010/04/08/how-to-use-magentos-session-within-wordpress/#comment-4655</link>
		<dc:creator>Richard Feraro</dc:creator>
		<pubDate>Mon, 09 May 2011 17:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://mysillypointofview.wordpress.com/?p=283#comment-4655</guid>
		<description>Mage Enabler can only work if the two is hosted on the same server.</description>
		<content:encoded><![CDATA[<p>Mage Enabler can only work if the two is hosted on the same server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

