<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<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>bbPress support forums Topic: cookie sharing between wp and bb</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: cookie sharing between wp and bb</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:41:08 +0000</pubDate>

<item>
<title>fel64 on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12906</link>
<pubDate>Thu, 27 Dec 2007 13:34:15 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">12906@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No. Unlike &#60;code&#62;&#38;#39;/bbpressfolder/&#38;#39;&#60;/code&#62; (I presume), &#60;code&#62;&#38;#39;wordpressuser&#38;#39;&#60;/code&#62; and &#60;code&#62;&#38;#39;wordpresspass&#38;#39;&#60;/code&#62; are not placeholders for your actual value: they are the literal values you will have there. Check your wordpress cookie; those are what they use. A part of the structure is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wordpressuser_[[site-unique hash]]=[[your username]]
wordpresspass_[[site-unique hash]]=[[hash of your password]]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With his settings, bb should now be using that too.
&#60;/p&#62;</description>
</item>
<item>
<title>kaolin on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12904</link>
<pubDate>Thu, 27 Dec 2007 09:12:46 +0000</pubDate>
<dc:creator>kaolin</dc:creator>
<guid isPermaLink="false">12904@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;doesn't that just make it so anyone who goes to bbpress can work as you?
&#60;/p&#62;</description>
</item>
<item>
<title>italways on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12880</link>
<pubDate>Mon, 24 Dec 2007 20:34:22 +0000</pubDate>
<dc:creator>italways</dc:creator>
<guid isPermaLink="false">12880@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, livibetter&#60;/p&#62;
&#60;p&#62;Thanks! I have sorted it out, besides &#34;$bb-&#38;gt;cookiepath = '/'; &#34;, I added the following in bbpress config.php&#60;/p&#62;
&#60;p&#62;&#34;&#60;br /&#62;
$bb-&#38;gt;path = '/bbpressfolder/';&#60;br /&#62;
$bb-&#38;gt;usercookie = 'wordpressuser';&#60;br /&#62;
$bb-&#38;gt;passcookie = 'wordpresspass';&#60;br /&#62;
&#34;&#60;br /&#62;
It is strange that I still can not find any cookie file generated when I logged in WP but my WP works correctly, so weird... anyway, my problem is resolved, I am happy now:)
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12878</link>
<pubDate>Mon, 24 Dec 2007 18:03:49 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12878@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think bbPress works normal, but WordPress may not. After you logging in WordPress, is that logging effective? Can you get into WordPress admin pages?
&#60;/p&#62;</description>
</item>
<item>
<title>italways on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12877</link>
<pubDate>Mon, 24 Dec 2007 17:04:43 +0000</pubDate>
<dc:creator>italways</dc:creator>
<guid isPermaLink="false">12877@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, livebetter&#60;/p&#62;
&#60;p&#62;Thanks for your reply!&#60;/p&#62;
&#60;p&#62;I added &#34;$bb-&#38;gt;cookiepath = '/';&#34;  in the configure.php, but it does not make any difference, then I check my cookie, and find something interesting, when I logged in WP, it did not create any cookie at all, but when I logged bbpress, it creates cookie for mysite.com, probably that is the reason caused the problem, how do you think? thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12876</link>
<pubDate>Mon, 24 Dec 2007 15:05:18 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12876@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes.&#60;br /&#62;
I think you only need&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;cookiepath = &#38;#39;/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this is not working, please check your browser's cookies. See what WordPress and bbPress send to you with what host and path. If you not sure what to check, try to clean cookies, then log in WordPress and bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>italways on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12875</link>
<pubDate>Mon, 24 Dec 2007 13:59:14 +0000</pubDate>
<dc:creator>italways</dc:creator>
<guid isPermaLink="false">12875@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, livibetter&#60;/p&#62;
&#60;p&#62;yes, $bb-&#38;gt;wp_home and $bb-&#38;gt;wp_siteurl set as &#60;a href=&#34;http://mysite.com&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;do you mean this link:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/cookie-domain-settings?replies=4&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/cookie-domain-settings?replies=4&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12868</link>
<pubDate>Mon, 24 Dec 2007 03:11:36 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12868@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are &#60;code&#62;$bb-&#38;gt;wp_home&#60;/code&#62; and &#60;code&#62;$bb-&#38;gt;wp_siteurl&#60;/code&#62; set as &#60;code&#62;&#60;a href=&#34;http://mysite.com&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com&#60;/a&#62;&#60;/code&#62;?&#60;/p&#62;
&#60;p&#62;There is a setting can force bbPress to access specific cookie path (like &#60;code&#62;/&#60;/code&#62;, that is what you need), but I don't remember what it is. You can try to search for that.&#60;/p&#62;
&#60;p&#62;If you find that post, please also link to it in this topic.
&#60;/p&#62;</description>
</item>
<item>
<title>italways on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12865</link>
<pubDate>Sun, 23 Dec 2007 16:40:29 +0000</pubDate>
<dc:creator>italways</dc:creator>
<guid isPermaLink="false">12865@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, livibetter&#60;/p&#62;
&#60;p&#62;Thanks for your reply! yes, I installed them as you said, and my WP is in the root directory.&#60;/p&#62;
&#60;p&#62;WP:  &#60;a href=&#34;http://mysite.com&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com&#60;/a&#62;&#60;br /&#62;
bbPress: &#60;a href=&#34;http://mystie.com/forum&#34; rel=&#34;nofollow&#34;&#62;http://mystie.com/forum&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I logged in WP, then go to bbPress, it need sign again, actually, I can sign in with another different account in bbPress, and it won't impact the account in WP, like they are absolutely in different cookie domain.&#60;/p&#62;
&#60;p&#62;Do you have any idea about this? thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12854</link>
<pubDate>Sun, 23 Dec 2007 04:51:59 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12854@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@italways, was you installing WordPress and bbPress in this directory hierarchy:&#60;br /&#62;
WordPress: /wordpress&#60;br /&#62;
bbPress: /wordpress/bbpress
&#60;/p&#62;</description>
</item>
<item>
<title>italways on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-12850</link>
<pubDate>Sat, 22 Dec 2007 22:50:03 +0000</pubDate>
<dc:creator>italways</dc:creator>
<guid isPermaLink="false">12850@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, dlevy&#60;/p&#62;
&#60;p&#62;I got the same problem as you, and I make sure there is no slashes at the end of  $bb-&#38;gt;wp_home and $bb-&#38;gt;wp_site_url, do you have any idea about this? did you sort it out already? thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>dlevy on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-8429</link>
<pubDate>Sun, 24 Jun 2007 07:19:57 +0000</pubDate>
<dc:creator>dlevy</dc:creator>
<guid isPermaLink="false">8429@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i think i figured it out. just make sure that in your config.php in bbpress, you dont have slashes at the end of $bb-&#38;gt;wp_home and $bb-&#38;gt;wp_site_url
&#60;/p&#62;</description>
</item>
<item>
<title>dlevy on "cookie sharing between wp and bb"</title>
<link>http://bbpress.org/forums/topic/cookie-sharing-between-wp-and-bb#post-8428</link>
<pubDate>Sun, 24 Jun 2007 06:55:37 +0000</pubDate>
<dc:creator>dlevy</dc:creator>
<guid isPermaLink="false">8428@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My bbpress folder is inside of my wp folder, but when I login to wp and then click on bbpress, i have to log in again. is there an easy fix?&#60;/p&#62;
&#60;p&#62;should i do what this topic says?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/htaccesscookie-woes?replies=8&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/htaccesscookie-woes?replies=8&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
