<?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 Tag: cookie</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: cookie</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 02:58:37 +0000</pubDate>

<item>
<title>matjack1 on "wpmu 1.5.1 + bbpress 0902 Login Cookie Solved!"</title>
<link>http://bbpress.org/forums/topic/wpmu-151-bbpress-0902-login-cookie-solved#post-17323</link>
<pubDate>Tue, 15 Jul 2008 21:48:52 +0000</pubDate>
<dc:creator>matjack1</dc:creator>
<guid isPermaLink="false">17323@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thank you!!&#60;/p&#62;
&#60;p&#62;works also for me! :-P
&#60;/p&#62;</description>
</item>
<item>
<title>hinch on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17275</link>
<pubDate>Mon, 14 Jul 2008 16:22:04 +0000</pubDate>
<dc:creator>hinch</dc:creator>
<guid isPermaLink="false">17275@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I hadn't read the guide on merging with wordpress - I am building it into a CMS built for a client.&#60;/p&#62;
&#60;p&#62;I had already adjusted pluggable.php instead of simply editing bb-config and adding the cookiepath, d'oh!&#60;/p&#62;
&#60;p&#62;I actually have a working solution now. Instead of ussing about with automatic login the main website can generate a cookie that BBpress likes. I did have to modify wp_validate_auth_cookie and wp_generate_auth_cookie to include my own hash and adjust the config as pointed out above but otherwise everything is unmodified... so far!
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17224</link>
<pubDate>Sat, 12 Jul 2008 16:07:46 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17224@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;my site is &#60;a href=&#34;http://www.picbi.com,&#34; rel=&#34;nofollow&#34;&#62;www.picbi.com,&#60;/a&#62; so do I add to wp-config and bb-config: -&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;COOKIE_DOMAIN&#38;#39;, &#38;#39;http://www.picbi.com&#38;#39;);
define(&#38;#39;COOKIEPATH&#38;#39;, &#38;#39;/&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;sorry im not that familiar with cookies and how to work them&#60;/p&#62;
&#60;p&#62;????????
&#60;/p&#62;</description>
</item>
<item>
<title>neptuneval on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17208</link>
<pubDate>Sat, 12 Jul 2008 00:01:54 +0000</pubDate>
<dc:creator>neptuneval</dc:creator>
<guid isPermaLink="false">17208@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok. I figured out how to get the single login working for both bbPress and Wordpress...&#60;/p&#62;
&#60;p&#62;I did understand the Function part of the setup.&#60;/p&#62;
&#60;p&#62;I made sure the bb-config.php file looked like this.&#60;/p&#62;
&#60;p&#62;if ( !defined('BB_PATH') )&#60;br /&#62;
define('BB_PATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once('path/to/wp-blog-header.php');&#60;br /&#62;
require_once( BB_PATH . 'bb-settings.php' );
&#60;/p&#62;</description>
</item>
<item>
<title>neptuneval on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17195</link>
<pubDate>Fri, 11 Jul 2008 15:21:21 +0000</pubDate>
<dc:creator>neptuneval</dc:creator>
<guid isPermaLink="false">17195@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;dgallinat-&#60;br /&#62;
I added it to both and the login still doesn't sync.&#60;/p&#62;
&#60;p&#62;Do I need to do anything with this in the bb-config.php file?&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BB_PATH') )&#60;br /&#62;
	define('BB_PATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BB_PATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>dgallinat on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17193</link>
<pubDate>Fri, 11 Jul 2008 14:54:00 +0000</pubDate>
<dc:creator>dgallinat</dc:creator>
<guid isPermaLink="false">17193@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Adding&#60;br /&#62;
define('COOKIE_DOMAIN', '*******');&#60;br /&#62;
define('COOKIEPATH', '/');&#60;/p&#62;
&#60;p&#62;to both wp-config and bb-config fixed this for me.
&#60;/p&#62;</description>
</item>
<item>
<title>neptuneval on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17192</link>
<pubDate>Fri, 11 Jul 2008 13:32:29 +0000</pubDate>
<dc:creator>neptuneval</dc:creator>
<guid isPermaLink="false">17192@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm having the same problem! After integrating, I see how the &#34;test user&#34; I created shows up in both admin consoles. However, whether I login to wordpress or bbpress first, the login does not carry over to the other when navigating, which forces me to login twice. I followed all the steps, which also inlcuded adding the following to the wp-config.php file...&#60;/p&#62;
&#60;p&#62;define('COOKIE_DOMAIN', '*******');&#60;br /&#62;
define('COOKIEPATH', '/'); &#60;/p&#62;
&#60;p&#62;The only thing that comes to mind is a &#34;minor error&#34; that I received after walking through the &#34;successful install&#34; of bbPress...&#60;/p&#62;
&#60;p&#62;Duplicate key name 'user_nicename'&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User tables will already exist when performing a database integrated installation.&#60;/p&#62;
&#60;p&#62;I'm wondering if this is the problem. If so, I'm not sure how to fix it. :\  Can someone help?
&#60;/p&#62;</description>
</item>
<item>
<title>hinch on "Site integration automatic login?"</title>
<link>http://bbpress.org/forums/topic/site-integration-automatic-login#post-17165</link>
<pubDate>Thu, 10 Jul 2008 00:37:13 +0000</pubDate>
<dc:creator>hinch</dc:creator>
<guid isPermaLink="false">17165@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have successfully merged bbpress with my website and it works fine sharing user data and logging in/out... very almost.&#60;/p&#62;
&#60;p&#62;When a user first moves to the forum it shows them as not logged in, though if they click a forum link or refresh the page they are then shown as logged in.&#60;/p&#62;
&#60;p&#62;I only modified pluggable.php a little to make the cookie easier to handle and I've tried adding a function (below) in index.php and template header. Very crude , checking a cookie is set and calling the login function, but it's just a test:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (isset($_COOKIE[bbpres...]) &#38;#38;&#38;#38;  isset($_COOKIE[IHuser...]) &#38;#38;&#38;#38; isset($_COOKIE[IHpass...])){
 $login = decode($_COOKIE[IHuser...]);
 $password = decode($_COOKIE[IHpass...]);
 bb_login($login, $password, $remember = false);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Really I'm looking for where bbpress first checks to see if a user is logged in and sets headers but so far I'm out of luck. Where do I need to put my function so a user will be shown as logged in as soon as the navigate to the forum?&#60;/p&#62;
&#60;p&#62;P.S. I will build a more solid function so a users password isn't in a cookie, like I say - just a test!
&#60;/p&#62;</description>
</item>
<item>
<title>caesarsgrunt on "wpmu 1.5.1 + bbpress 0902 Login Cookie Solved!"</title>
<link>http://bbpress.org/forums/topic/wpmu-151-bbpress-0902-login-cookie-solved#post-17151</link>
<pubDate>Wed, 09 Jul 2008 18:34:46 +0000</pubDate>
<dc:creator>caesarsgrunt</dc:creator>
<guid isPermaLink="false">17151@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you so, &#60;em&#62;so&#60;/em&#62; much, &#60;strong&#62;sepidol&#60;/strong&#62;! You've made my day! I've spent hours trawling the bbPress and WPMU forums for this...&#60;/p&#62;
&#60;p&#62;For what it's worth, my problem was the SECRET_SALT. I'd done everything else right, but each time I logged into either bb or wp I was logged out of the other 'cause of the cookie value being encrypted differently... I thought the salt may have been the problem, but I wasn't quite sure what it did. This is the first thread I've found which even mentions it!&#60;/p&#62;
&#60;p&#62;Thanks...&#60;br /&#62;
Caesar
&#60;/p&#62;</description>
</item>
<item>
<title>Phayze on "WordPress 2.5.1 broken integration with 0.8.2, admin can't login"</title>
<link>http://bbpress.org/forums/topic/wordpress-251-broken-integration-with-082-admin-cant-login#post-16977</link>
<pubDate>Sat, 28 Jun 2008 00:16:49 +0000</pubDate>
<dc:creator>Phayze</dc:creator>
<guid isPermaLink="false">16977@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nevermind, upgrading to 0.9.0.2 fixed it.
&#60;/p&#62;</description>
</item>
<item>
<title>Phayze on "WordPress 2.5.1 broken integration with 0.8.2, admin can't login"</title>
<link>http://bbpress.org/forums/topic/wordpress-251-broken-integration-with-082-admin-cant-login#post-16960</link>
<pubDate>Thu, 26 Jun 2008 20:57:43 +0000</pubDate>
<dc:creator>Phayze</dc:creator>
<guid isPermaLink="false">16960@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Also, probably as part of the same problem, administrators for bbpress can't get to the presentation or site management tabs - they're not there, so I can't disable any of the plugins!
&#60;/p&#62;</description>
</item>
<item>
<title>Phayze on "WordPress 2.5.1 broken integration with 0.8.2, admin can't login"</title>
<link>http://bbpress.org/forums/topic/wordpress-251-broken-integration-with-082-admin-cant-login#post-16958</link>
<pubDate>Thu, 26 Jun 2008 16:42:32 +0000</pubDate>
<dc:creator>Phayze</dc:creator>
<guid isPermaLink="false">16958@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've recently upgraded my WP to 2.5.1, and the integration with BBpress 0.8.2 (via bbPress Integration 0.74 by Michael Adams) has broken the login on the BBpress side for the admin/keymaster account. It doesn't help that my server won't send emails, so I can't set the password because I never get the registration email (weirdly it never change the WordPress admin login. Should it?).&#60;/p&#62;
&#60;p&#62;Anyway, my question is this - how can I manually reset the password for the admin account, or re-create the link between admin (WP) and keymaster (bb)? Is it possible, without going through the link that auto-generates a password?&#60;/p&#62;
&#60;p&#62;Also, if I de-activate the integration plugin (on WP and bb) and upgrade bbPress to 0.9.0.2, can I force a new password for the bb keymaster account? There doesn't seem to be a table for bb_users, and I don't want to mess with the WP admin account.&#60;/p&#62;
&#60;p&#62;Without a keymaster account, can I even upgrade?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
</item>
<item>
<title>tdjcbe on "wpmu 1.5.1 + bbpress 0902 Login Cookie Solved!"</title>
<link>http://bbpress.org/forums/topic/wpmu-151-bbpress-0902-login-cookie-solved#post-16586</link>
<pubDate>Tue, 03 Jun 2008 00:19:37 +0000</pubDate>
<dc:creator>tdjcbe</dc:creator>
<guid isPermaLink="false">16586@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for this.  It fixed our issue with the login cookies.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "wpmu 1.5.1 + bbpress 0902 Login Cookie Solved!"</title>
<link>http://bbpress.org/forums/topic/wpmu-151-bbpress-0902-login-cookie-solved#post-16509</link>
<pubDate>Thu, 29 May 2008 11:42:32 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16509@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Actually, the bbPress secret can live in the database. But you are right that the WPMU one cannot, mostly for login compatibility between blogs within WPMU.&#60;/p&#62;
&#60;p&#62;Obviously you should choose your own secret and salt values, not the one's given above.
&#60;/p&#62;</description>
</item>
<item>
<title>sepidol on "wpmu 1.5.1 + bbpress 0902 Login Cookie Solved!"</title>
<link>http://bbpress.org/forums/topic/wpmu-151-bbpress-0902-login-cookie-solved#post-16508</link>
<pubDate>Thu, 29 May 2008 09:38:52 +0000</pubDate>
<dc:creator>sepidol</dc:creator>
<guid isPermaLink="false">16508@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;my mistake,&#60;br /&#62;
make sure your BB_SECRET_KEY and BB_SECRET_SALT value on your bb-config.php are the same with SECRET_KEY and SECRET_SALT value on your wp-config.php&#60;/p&#62;
&#60;p&#62;cheers,&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
rh
&#60;/p&#62;</description>
</item>
<item>
<title>sepidol on "wpmu 1.5.1 + bbpress 0902 Login Cookie Solved!"</title>
<link>http://bbpress.org/forums/topic/wpmu-151-bbpress-0902-login-cookie-solved#post-16507</link>
<pubDate>Thu, 29 May 2008 09:35:09 +0000</pubDate>
<dc:creator>sepidol</dc:creator>
<guid isPermaLink="false">16507@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i just solved my login cookie issue after one night debugging...&#60;br /&#62;
i found these things:&#60;br /&#62;
- by default, wpmu generate auth_cookie as &#34;wordpress&#34;, but bbpress generate as &#34;wordpress_xxxxx(hash)&#34;&#60;/p&#62;
&#60;p&#62;- wpmu not using &#34;database secret&#34; for cookie hashing, but it use the SECRET_SALT constant defined in the wp-config.php, bbpress using &#34;database secret&#34;. so the cookie result will never be the same.&#60;/p&#62;
&#60;p&#62;you need to update your bb-config.php file to meet these situations.&#60;br /&#62;
assumed you've successfully install wpmu + bbpress, then edit your bb-config.php and add these line:&#60;/p&#62;
&#60;p&#62;define('BB_SECRET_KEY', 'yourreallysecretkey');&#60;br /&#62;
define('BB_SECRET_SALT', 'yourreallysecretsalt');&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;authcookie = 'wordpress';&#60;br /&#62;
$bb-&#38;gt;cookiedomain = '.yourdomain.com';&#60;br /&#62;
$bb-&#38;gt;cookiepath = '/';&#60;br /&#62;
$bb-&#38;gt;sitecookiepath = '';&#60;/p&#62;
&#60;p&#62;and try to login... voila.. you can switch to bbpress and wpmu without re-login... :)&#60;/p&#62;
&#60;p&#62;good luck,&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
rh
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16407</link>
<pubDate>Thu, 22 May 2008 21:15:33 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16407@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, having checked and rechecked everything, it turns out it was that the secret in wp-admin/options.php was different than the secret in the wp integration settings in bbpress.&#60;/p&#62;
&#60;p&#62;I had checked these before and they were identical, but at the time I might have been dealing with a path issue.  Then when the path issue was resolved I never went back to ensure they were still the same. &#60;/p&#62;
&#60;p&#62;My suggestion to everyone is to check everything even if you KNOW you check them before.
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16384</link>
<pubDate>Thu, 22 May 2008 03:31:08 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Those solutions did't work. &#60;/p&#62;
&#60;p&#62;I just upgraded wordpress to 2.5.1 and still no luck.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16365</link>
<pubDate>Wed, 21 May 2008 05:52:37 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16365@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This has been discussed in a previous thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16339</link>
<pubDate>Mon, 19 May 2008 23:50:00 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16339@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;2.5 and 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16311</link>
<pubDate>Mon, 19 May 2008 11:52:39 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16311@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What versions of each are you running?
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16297</link>
<pubDate>Sun, 18 May 2008 02:11:58 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16297@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;update:  Everything in the cookie (when looking at it in firefox) seems identical except the content section and the expire time.&#60;/p&#62;
&#60;p&#62;The content section has the user name, but the two numbers after it are different.
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16296</link>
<pubDate>Sun, 18 May 2008 00:33:15 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16296@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So when I log in to one of them the other gets logged out.  I'm sure this is because they are sharing the same cookie, but the info in the cookie is different.  &#60;/p&#62;
&#60;p&#62;What did I do wrong?&#60;/p&#62;
&#60;p&#62;My site is &#60;a href=&#34;http://www.mysimplehomegarden.com/garden&#34; rel=&#34;nofollow&#34;&#62;http://www.mysimplehomegarden.com/garden&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the forum is &#60;a href=&#34;http://www.mysimplehomegarden.com/garden/bbpress&#34; rel=&#34;nofollow&#34;&#62;http://www.mysimplehomegarden.com/garden/bbpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?"</title>
<link>http://bbpress.org/forums/topic/bbpress-0902-wordpress-251-cookie-conflict#post-16210</link>
<pubDate>Tue, 13 May 2008 16:59:50 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16210@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Strange, I was able to use spaces in mine. Perhaps it has to do with punctuation marks in the string.
&#60;/p&#62;</description>
</item>
<item>
<title>kineda on "bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?"</title>
<link>http://bbpress.org/forums/topic/bbpress-0902-wordpress-251-cookie-conflict#post-16208</link>
<pubDate>Tue, 13 May 2008 15:45:12 +0000</pubDate>
<dc:creator>kineda</dc:creator>
<guid isPermaLink="false">16208@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I discovered for it to work that the secret keys cannot have spaces in them (as you could in version 2.5 of wordpress and 0.9.0.1 of bbpress).   I generated a new secret key as one long string, and voila... users can pass through both programs without having to re-login.  :)
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?"</title>
<link>http://bbpress.org/forums/topic/bbpress-0902-wordpress-251-cookie-conflict#post-16196</link>
<pubDate>Tue, 13 May 2008 02:32:22 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16196@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post the lines you added to your wp-config.php and bb-config.php files?&#60;/p&#62;
&#60;p&#62;The line defining the secret key in bb-config.php should look something like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;BB_SECRET_KEY&#38;#39;, &#38;#39;My Secret Key&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and in wp-config.php&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;SECRET_KEY&#38;#39;, &#38;#39;My Secret Key&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Don't forget the BB_ in fron of SECRET_KEY in the bb-config.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>kineda on "bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?"</title>
<link>http://bbpress.org/forums/topic/bbpress-0902-wordpress-251-cookie-conflict#post-16195</link>
<pubDate>Tue, 13 May 2008 01:55:26 +0000</pubDate>
<dc:creator>kineda</dc:creator>
<guid isPermaLink="false">16195@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I saw your thread.  It wasn't a solution for me...&#60;/p&#62;
&#60;p&#62;I've defined both SECRET_KEY in wp-config and bb-config as the same, as well as pulling in the new &#34;secret&#34; from the wordpress options page into bb-admin config panel.&#60;/p&#62;
&#60;p&#62;Still having the same issues of not being able to be logged into both at the same time.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?"</title>
<link>http://bbpress.org/forums/topic/bbpress-0902-wordpress-251-cookie-conflict#post-16193</link>
<pubDate>Tue, 13 May 2008 01:22:01 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16193@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;kineda, please see this thread for a solution:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kineda on "bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?"</title>
<link>http://bbpress.org/forums/topic/bbpress-0902-wordpress-251-cookie-conflict#post-16191</link>
<pubDate>Tue, 13 May 2008 00:34:40 +0000</pubDate>
<dc:creator>kineda</dc:creator>
<guid isPermaLink="false">16191@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I updated the secret key, but I'm still having the same problem as described above.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?"</title>
<link>http://bbpress.org/forums/topic/bbpress-0902-wordpress-251-cookie-conflict#post-16048</link>
<pubDate>Thu, 08 May 2008 15:24:14 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16048@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@isaacgreen&#60;/p&#62;
&#60;p&#62;You guessed right. :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
