<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Setting single login across multiple Wordpress 2.7 installs using a single domain</title>
	<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/</link>
	<description></description>
	<pubDate>Sun, 20 May 2012 03:45:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Lew A</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-948</link>
		<dc:creator>Lew A</dc:creator>
		<pubDate>Mon, 20 Jul 2009 17:53:12 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-948</guid>
		<description>I had to do something similar, this was my solution:
http://fullthrottledevelopment.com/setting-a-single-login-across-wp-wpmu

For WP 2.8.1 and WPMU 2.8.1

Lew</description>
		<content:encoded><![CDATA[<p>I had to do something similar, this was my solution:<br />
<a href="http://fullthrottledevelopment.com/setting-a-single-login-across-wp-wpmu" rel="nofollow">http://fullthrottledevelopment.com/setting-a-single-login-across-wp-wpmu</a></p>
<p>For WP 2.8.1 and WPMU 2.8.1</p>
<p>Lew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patung</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-907</link>
		<dc:creator>Patung</dc:creator>
		<pubDate>Sun, 12 Jul 2009 03:54:48 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-907</guid>
		<description>I've found that this gets broken in 2.8...basically if I define

define('COOKIE_DOMAIN', '.domain.com');
define('COOKIEPATH', '/');

in wp-config I am unable to access wp-admin on one of my installs. I am actually logged in there but just can't access the admin section. Removing those two lines lets me back into admin...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found that this gets broken in 2.8&#8230;basically if I define</p>
<p>define(&#8217;COOKIE_DOMAIN&#8217;, &#8216;.domain.com&#8217;);<br />
define(&#8217;COOKIEPATH&#8217;, &#8216;/&#8217;);</p>
<p>in wp-config I am unable to access wp-admin on one of my installs. I am actually logged in there but just can&#8217;t access the admin section. Removing those two lines lets me back into admin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-790</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 04 Jun 2009 04:35:48 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-790</guid>
		<description>Yes, thats exactly how I test single login. Could you try using the capability hack that I use. Although the only difference I see in both is that Im specifying my capabilities table whereas the post you have used takes it off the settings given on the website. Also there are some other things which I have added in my capabilities. Please note that the post you are reading is for Wordpress 2.5. I think mine works well in 2.7 so you should add the additional lines I have given  or try using the hack Iv used. You will have to mod it for your variables for table name.

In case it still doesn't work could you paste the capabilities hack you are using along with the capabilities table name of your main site or table whose login you are using? the taffele site which suggests integration is already mentioned in my blog however it may work for 2.6 dunno about 2.7.</description>
		<content:encoded><![CDATA[<p>Yes, thats exactly how I test single login. Could you try using the capability hack that I use. Although the only difference I see in both is that Im specifying my capabilities table whereas the post you have used takes it off the settings given on the website. Also there are some other things which I have added in my capabilities. Please note that the post you are reading is for Wordpress 2.5. I think mine works well in 2.7 so you should add the additional lines I have given  or try using the hack Iv used. You will have to mod it for your variables for table name.</p>
<p>In case it still doesn&#8217;t work could you paste the capabilities hack you are using along with the capabilities table name of your main site or table whose login you are using? the taffele site which suggests integration is already mentioned in my blog however it may work for 2.6 dunno about 2.7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-789</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 03 Jun 2009 20:26:55 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-789</guid>
		<description>Hey Kiran,

How are you testing your single sign on?

Are you going to www.kochidaily.com/wp-admin/ to login?
And then after you have successfully logged in, do you go to www.kochidaily.com/jobs/wp-admin/ to see if you're logged in there as well?

Also I noticed that you're using a different capabilities hack than I am.

This is the one I'm using:
http://wordpress.org/support/topic/164758?replies=13#post-915630</description>
		<content:encoded><![CDATA[<p>Hey Kiran,</p>
<p>How are you testing your single sign on?</p>
<p>Are you going to <a href="http://www.kochidaily.com/wp-admin/" rel="nofollow">www.kochidaily.com/wp-admin/</a> to login?<br />
And then after you have successfully logged in, do you go to <a href="http://www.kochidaily.com/jobs/wp-admin/" rel="nofollow">www.kochidaily.com/jobs/wp-admin/</a> to see if you&#8217;re logged in there as well?</p>
<p>Also I noticed that you&#8217;re using a different capabilities hack than I am.</p>
<p>This is the one I&#8217;m using:<br />
<a href="http://wordpress.org/support/topic/164758?replies=13#post-915630" rel="nofollow">http://wordpress.org/support/topic/164758?replies=13#post-915630</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-786</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Jun 2009 12:59:46 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-786</guid>
		<description>Sorry for the late reply was busy with my newborn son's homecoming (In India the mother leaves for her parents home for delivery and returns only three months after the baby is born) Sorry for the late reply.

Also Id like to confess I'm not very good at programming its just that I just applied plain logic from various sites as mentioned to arrive at the above so I am not an expert. But if you still haven't sorted it out.

Adrenalini - Is there any specific benefit for you for running different databases? If not merge them into a single one. And try it ( on a standalone WAMP or LAMP local server). It should work (I think!)

Ray- After modifying the capabilities file are you able to login with the main sites login in the other site? What version of Wordpress are you using? It has to work. Try clearing your cache it must be the issue.</description>
		<content:encoded><![CDATA[<p>Sorry for the late reply was busy with my newborn son&#8217;s homecoming (In India the mother leaves for her parents home for delivery and returns only three months after the baby is born) Sorry for the late reply.</p>
<p>Also Id like to confess I&#8217;m not very good at programming its just that I just applied plain logic from various sites as mentioned to arrive at the above so I am not an expert. But if you still haven&#8217;t sorted it out.</p>
<p>Adrenalini - Is there any specific benefit for you for running different databases? If not merge them into a single one. And try it ( on a standalone WAMP or LAMP local server). It should work (I think!)</p>
<p>Ray- After modifying the capabilities file are you able to login with the main sites login in the other site? What version of Wordpress are you using? It has to work. Try clearing your cache it must be the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-777</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sat, 30 May 2009 01:45:19 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-777</guid>
		<description>Hi Kiran,

I tried your technique on our site.

I get the right cookie names, but the values are different for "LOGGED_IN_COOKIE" and "AUTH_COOKIE".

Which means I still have to login to both WP blogs. No single sign on for me!

TEST_COOKIE is the only one with the same value.

Any idea why?</description>
		<content:encoded><![CDATA[<p>Hi Kiran,</p>
<p>I tried your technique on our site.</p>
<p>I get the right cookie names, but the values are different for &#8220;LOGGED_IN_COOKIE&#8221; and &#8220;AUTH_COOKIE&#8221;.</p>
<p>Which means I still have to login to both WP blogs. No single sign on for me!</p>
<p>TEST_COOKIE is the only one with the same value.</p>
<p>Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrenalini</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-759</link>
		<dc:creator>adrenalini</dc:creator>
		<pubDate>Mon, 25 May 2009 13:13:45 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-759</guid>
		<description>Hi! Thank you for the instruction. Still, it doesn't quite suit me, because I'm using separate databases for blogs (domain.com uses one database, sub1.domain.com - another etc.).

Any ideas how to share auth cookies in such situations?</description>
		<content:encoded><![CDATA[<p>Hi! Thank you for the instruction. Still, it doesn&#8217;t quite suit me, because I&#8217;m using separate databases for blogs (domain.com uses one database, sub1.domain.com - another etc.).</p>
<p>Any ideas how to share auth cookies in such situations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Tellado</title>
		<link>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-683</link>
		<dc:creator>Fernando Tellado</dc:creator>
		<pubDate>Wed, 29 Apr 2009 21:44:43 +0000</pubDate>
		<guid>http://kiranthomman.com/setting-single-login-across-multiple-wordpress-27-installs-using-a-single-domain/#comment-683</guid>
		<description>Thanks for the link Kiran.

You have an automatic translation of our post if you like:

http://ayudawordpress.com/en/multiples-wordpress-bbpress-mediawiki-en-uno/</description>
		<content:encoded><![CDATA[<p>Thanks for the link Kiran.</p>
<p>You have an automatic translation of our post if you like:</p>
<p><a href="http://ayudawordpress.com/en/multiples-wordpress-bbpress-mediawiki-en-uno/" rel="nofollow">http://ayudawordpress.com/en/multiples-wordpress-bbpress-mediawiki-en-uno/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

