<?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"
	>
<channel>
	<title>Comments on: root cookie v1.2 (wordpress plugin)</title>
	<atom:link href="http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin</link>
	<description>Moments of Genius followed by Trash.</description>
	<pubDate>Wed,  3 Dec 2008 21:12:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Nick</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-10313</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 22 May 2008 18:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-10313</guid>
		<description>Hi Tim,
Yeah you're right, root-cookie probably doesn't work on the WP2.5 series, I've read that the authentication back-end has changed a fair bit in 2.5, I'll take a look to see what needs to be done to get this working again.
cheers,
Nick</description>
		<content:encoded><![CDATA[<p>Hi Tim,<br />
Yeah you&#8217;re right, root-cookie probably doesn&#8217;t work on the WP2.5 series, I&#8217;ve read that the authentication back-end has changed a fair bit in 2.5, I&#8217;ll take a look to see what needs to be done to get this working again.<br />
cheers,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-10312</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 22 May 2008 12:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-10312</guid>
		<description>I tried using this with wp 2.5.1, but had a bunch of errors when trying to log out (something to do with headers). I realize that on the wp plugin directory it notes that it is only compatible up to 2.1.2. There isn't a chance that you will change it so that it works with 2.5.1? 

Of course I am assuming that it isn't working and not a function of me missing some other requirement.

Thanks.</description>
		<content:encoded><![CDATA[<p>I tried using this with wp 2.5.1, but had a bunch of errors when trying to log out (something to do with headers). I realize that on the wp plugin directory it notes that it is only compatible up to 2.1.2. There isn&#8217;t a chance that you will change it so that it works with 2.5.1? </p>
<p>Of course I am assuming that it isn&#8217;t working and not a function of me missing some other requirement.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-9394</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 18 Oct 2007 20:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-9394</guid>
		<description>Hy there. I'm testing right now your interesting script on Wordpress 2.3 version. It's seems to have some small problems - it's ok on the root folder, but when i try to logout on other subfolders it keeps me logged in. :(

I'm trying to do the same thing that Ian ask t you: use same cookies on multiple blogs - same domain. I'd followed all your steps, but i can't make it work.

Can you add an working example of wp-settings.php? if you have time. Thank you.</description>
		<content:encoded><![CDATA[<p>Hy there. I&#8217;m testing right now your interesting script on Wordpress 2.3 version. It&#8217;s seems to have some small problems - it&#8217;s ok on the root folder, but when i try to logout on other subfolders it keeps me logged in. <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;m trying to do the same thing that Ian ask t you: use same cookies on multiple blogs - same domain. I&#8217;d followed all your steps, but i can&#8217;t make it work.</p>
<p>Can you add an working example of wp-settings.php? if you have time. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [NICK]</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-9064</link>
		<dc:creator>[NICK]</dc:creator>
		<pubDate>Fri, 24 Aug 2007 09:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-9064</guid>
		<description>Hi Ian,
As far as I can see you have a few hurdles to overcome.
(1) You need to see if any hack you do can be plugged as when it comes to upgrade time you're gonna have to go through each blog and re-apply any thing you change.
(2) Hack/Plug each wordpress so that they share a user table... i.e. if someone changes their password they only have to do it once.
(3) set $cookiehash = md5(get_option(’http://theasianman.com’) in all of the blogs.
(4) install rootcookie plugin in all of the blogs to set the correct cookie permissions.

I strongly recommend that you set yourself up a test box in vmware or something as any mistakes could lock you out of WP and make a whole heap of trouble.</description>
		<content:encoded><![CDATA[<p>Hi Ian,<br />
As far as I can see you have a few hurdles to overcome.<br />
(1) You need to see if any hack you do can be plugged as when it comes to upgrade time you&#8217;re gonna have to go through each blog and re-apply any thing you change.<br />
(2) Hack/Plug each wordpress so that they share a user table&#8230; i.e. if someone changes their password they only have to do it once.<br />
(3) set $cookiehash = md5(get_option(’http://theasianman.com’) in all of the blogs.<br />
(4) install rootcookie plugin in all of the blogs to set the correct cookie permissions.</p>
<p>I strongly recommend that you set yourself up a test box in vmware or something as any mistakes could lock you out of WP and make a whole heap of trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-9061</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 23 Aug 2007 21:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-9061</guid>
		<description>When you say fix that do you mean specifically define 'siteurl' to something like

$cookiehash = md5(get_option('http://theasianman.com'));

else:

I'm not that php savvy so if I need to pass a variable between scripts I may need some pointers

Thanks for your help

I have not tried your Plug yet, could that be the quick and dirty work around?</description>
		<content:encoded><![CDATA[<p>When you say fix that do you mean specifically define &#8217;siteurl&#8217; to something like</p>
<p>$cookiehash = md5(get_option(&#8217;http://theasianman.com&#8217;));</p>
<p>else:</p>
<p>I&#8217;m not that php savvy so if I need to pass a variable between scripts I may need some pointers</p>
<p>Thanks for your help</p>
<p>I have not tried your Plug yet, could that be the quick and dirty work around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [NICK]</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-9056</link>
		<dc:creator>[NICK]</dc:creator>
		<pubDate>Thu, 23 Aug 2007 09:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-9056</guid>
		<description>...done a quick google for you.. here's the problem..

&lt;code&gt;
$cookiehash = md5(get_option('siteurl'));
define('COOKIEHASH', $cookiehash); 
....
define('USER_COOKIE', 'wordpressuser_'. COOKIEHASH);
....
define('PASS_COOKIE', 'wordpresspass_'. COOKIEHASH);
&lt;/code&gt;
found from ... http://svn.automattic.com/wordpress/trunk/wp-settings.php
fix that &#038; your're away :D</description>
		<content:encoded><![CDATA[<p>&#8230;done a quick google for you.. here&#8217;s the problem..</p>
<p><code><br />
$cookiehash = md5(get_option('siteurl'));<br />
define('COOKIEHASH', $cookiehash);<br />
....<br />
define('USER_COOKIE', 'wordpressuser_'. COOKIEHASH);<br />
....<br />
define('PASS_COOKIE', 'wordpresspass_'. COOKIEHASH);<br />
</code><br />
found from &#8230; <a href="http://svn.automattic.com/wordpress/trunk/wp-settings.php" rel="nofollow">http://svn.automattic.com/wordpress/trunk/wp-settings.php</a><br />
fix that &#038; your&#8217;re away <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [NICK]</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-9055</link>
		<dc:creator>[NICK]</dc:creator>
		<pubDate>Thu, 23 Aug 2007 09:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-9055</guid>
		<description>Hi Ian, I'm assuming you've tried rootCookie, and it failed, I know that the plugin will do part of the job, all cookies set by the plug-in will be available to the other sites but I'm sure I've seen that the cookie name is associate to the WP url... I guess you've already hacked WP so that each install uses the same table ?</description>
		<content:encoded><![CDATA[<p>Hi Ian, I&#8217;m assuming you&#8217;ve tried rootCookie, and it failed, I know that the plugin will do part of the job, all cookies set by the plug-in will be available to the other sites but I&#8217;m sure I&#8217;ve seen that the cookie name is associate to the WP url&#8230; I guess you&#8217;ve already hacked WP so that each install uses the same table ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-9053</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 23 Aug 2007 00:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-9053</guid>
		<description>Nick-

I have a similar question to the one above, but may need a little more hand holding :(. I am currently running 7 WP 2.2 Blogs that all use the same Database. Users can register at any blog and be able to login to any of the other blogs with the same credentials.

My issue is that when they navigate from blog to blog they are forced to login each time they visit it for the first time.

What I would like is for their login to any one of the blogs to carry across all the blogs and I believe this is a cookie issue possibly solvable by your nifty plug-in.

To try and clarify the site is www.theasianman.com. Each blog is in it’s own directory under the root i.e. the homepage is not a WP page but connects to each of the blogs.

home: http://www.theasianman.com
blog1: http://www.theasianman.com/wordpress
blog2: http://www.theasianman.com/wordpress_sports

and so on. Any help/advice would be much appreciated. (I would love to add a login on the home page as well if you have any tips on that)

Cheers-
Ian</description>
		<content:encoded><![CDATA[<p>Nick-</p>
<p>I have a similar question to the one above, but may need a little more hand holding :(. I am currently running 7 WP 2.2 Blogs that all use the same Database. Users can register at any blog and be able to login to any of the other blogs with the same credentials.</p>
<p>My issue is that when they navigate from blog to blog they are forced to login each time they visit it for the first time.</p>
<p>What I would like is for their login to any one of the blogs to carry across all the blogs and I believe this is a cookie issue possibly solvable by your nifty plug-in.</p>
<p>To try and clarify the site is <a href="http://www.theasianman.com" rel="nofollow">http://www.theasianman.com</a>. Each blog is in it’s own directory under the root i.e. the homepage is not a WP page but connects to each of the blogs.</p>
<p>home: <a href="http://www.theasianman.com" rel="nofollow">http://www.theasianman.com</a><br />
blog1: <a href="http://www.theasianman.com/wordpress" rel="nofollow">http://www.theasianman.com/wordpress</a><br />
blog2: <a href="http://www.theasianman.com/wordpress_sports" rel="nofollow">http://www.theasianman.com/wordpress_sports</a></p>
<p>and so on. Any help/advice would be much appreciated. (I would love to add a login on the home page as well if you have any tips on that)</p>
<p>Cheers-<br />
Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [NICK]</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-8734</link>
		<dc:creator>[NICK]</dc:creator>
		<pubDate>Thu, 12 Jul 2007 08:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-8734</guid>
		<description>Try:

print_r($_COOKIE);

To view all cookies.... this might help too http://uk.php.net/setcookie :)</description>
		<content:encoded><![CDATA[<p>Try:</p>
<p>print_r($_COOKIE);</p>
<p>To view all cookies&#8230;. this might help too <a href="http://uk.php.net/setcookie" rel="nofollow">http://uk.php.net/setcookie</a> <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.linickx.com/archives/274/root-cookie-v12-wordpress-plugin#comment-8732</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 12 Jul 2007 02:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/blog/archives/274/root-cookie-v12-wordpress-plugin/#comment-8732</guid>
		<description>I was wondering, now that the cookie is based at the root domain, how do I access its information for usage?</description>
		<content:encoded><![CDATA[<p>I was wondering, now that the cookie is based at the root domain, how do I access its information for usage?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
