<?xml version="1.0"?><!-- 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 Showcase Topic: BB/WP integration, but cookies seem awry.</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Topic: BB/WP integration, but cookies seem awry.</description>
<language>en</language>
<pubDate>Sun, 12 Feb 2012 04:51:25 +0000</pubDate>

<item>
<title>ipswitchft on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry/page/2#post-1266</link>
<pubDate>Wed, 06 May 2009 11:24:47 +0000</pubDate>
<dc:creator>ipswitchft</dc:creator>
<guid isPermaLink="false">1266@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;ok, this is all fixed up. &#60;/p&#62;
&#60;p&#62;I deactivated Ann's plugin and installed FreshlyBakedCookies for BB.. I added the Logged_in_key to my wp-config file, updated the details for FBC - and now everything works beautifully!&#60;/p&#62;
&#60;p&#62;Thanks _ck_ for making all this great stuff possible  &lt;img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_smile.gif" title=":)" class="bb_smilies" /&gt;  .
&#60;/p&#62;</description>
</item>
<item>
<title>ipswitchft on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry/page/2#post-1262</link>
<pubDate>Mon, 04 May 2009 10:22:32 +0000</pubDate>
<dc:creator>ipswitchft</dc:creator>
<guid isPermaLink="false">1262@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I assume it is - but can't really tell.. things work the same with, or without it running, I just tested. &#60;/p&#62;
&#60;p&#62;Maybe I should try out Freshly Baked Cookies instead?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1261</link>
<pubDate>Mon, 04 May 2009 09:52:23 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1261@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;If you are using Ann's plugin, it should be using ADMIN_COOKIE_PATH at all.&#60;br /&#62;
ADMIN_COOKIE_PATH is a 2.7 cookie constant, Ann's drops WP to 2.5's method.&#60;/p&#62;
&#60;p&#62;You sure Ann's plugin is running correct?
&#60;/p&#62;</description>
</item>
<item>
<title>ipswitchft on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1260</link>
<pubDate>Mon, 04 May 2009 09:40:14 +0000</pubDate>
<dc:creator>ipswitchft</dc:creator>
<guid isPermaLink="false">1260@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;and BBpress..&#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;&#38;lt;?php&#60;br /&#62;
//require_once('../wp-blog-header.php');&#60;br /&#62;
// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', '#######');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '#######');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '#######'); // ...and password&#60;br /&#62;
define('BBDB_HOST', '#######');    // 99% chance you won't need to change these last few&#60;/p&#62;
&#60;p&#62;define('BBDB_CHARSET', 'utf8');      // If you are *upgrading*, and your old bb-config.php does&#60;br /&#62;
define('BBDB_COLLATE', '');          // not have these two contstants in them, DO NOT define them&#60;br /&#62;
                                     // If you are installing for the first time, leave them here&#60;/p&#62;
&#60;p&#62;// Change BB_SECRET_KEY to a unique phrase.  You won't have to remember it later,&#60;br /&#62;
define('BB_SECRET_KEY', '#######'); // Change this to a unique phrase.&#60;/p&#62;
&#60;p&#62;// If you are running multiple bbPress installations in a single database,&#60;br /&#62;
// you will probably want to change this.&#60;br /&#62;
$bb_table_prefix = '#######'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BB_LANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BB_LANG', '');&#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;//$bb-&#38;gt;WP_BB = true;&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_siteurl = 'http://www.filetransferplanet.com/main/';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://www.filetransferplanet.com/';&#60;br /&#62;
$bb-&#38;gt;wp_table_prefix = '#######';&#60;br /&#62;
$bb-&#38;gt;user_bbdb_name = '#######';&#60;br /&#62;
$bb-&#38;gt;user_bbdb_user = '#######';&#60;br /&#62;
$bb-&#38;gt;user_bbdb_password = '#######';&#60;br /&#62;
$bb-&#38;gt;user_bbdb_host = '#######';&#60;br /&#62;
$bb-&#38;gt;custom_user_table = '#######';&#60;br /&#62;
$bb-&#38;gt;custom_user_meta_table = '#######';&#60;br /&#62;
$bb-&#38;gt;cookiedomain = '.filetransferplanet.com';&#60;br /&#62;
$bb-&#38;gt;cookiepath = '/';&#60;br /&#62;
$bb-&#38;gt;sitecookiepath = '/';&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;load_options = true;&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;usercookie = 'wordpress_logged_in_#######';&#60;br /&#62;
$bb-&#38;gt;authcookie = 'wordpress_#######';&#60;br /&#62;
?&#38;gt;&#60;/blockquote&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ipswitchft on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1259</link>
<pubDate>Mon, 04 May 2009 09:36:50 +0000</pubDate>
<dc:creator>ipswitchft</dc:creator>
<guid isPermaLink="false">1259@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;&#60;blockquote&#62;&#38;lt;?php&#60;br /&#62;
/** WordPress's config file **/&#60;br /&#62;
/** &#60;a href=&#34;http://wordpress.org/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/&#60;/a&#62;   **/&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('WP_CACHE', true); //Added by WP-Cache Manager&#60;br /&#62;
define('DB_NAME', '###########');     // The name of the database&#60;br /&#62;
define('DB_USER', '###########');     // Your MySQL username&#60;br /&#62;
define('DB_PASSWORD', '###########'); // ...and password&#60;br /&#62;
define('DB_HOST', '###########');     // ...and the server MySQL is running on&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple blogs in a single database.&#60;/p&#62;
&#60;p&#62;$table_prefix  = '###########';   // example: 'wp_' or 'b2' or 'mylogin_'&#60;/p&#62;
&#60;p&#62;define('SECRET_KEY', '###########'); // Change this to a unique phrase.&#60;br /&#62;
define('AUTH_COOKIE','wordpress_###########');&#60;/p&#62;
&#60;p&#62;// Change this to localize WordPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to wp-includes/languages.&#60;br /&#62;
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define ('WPLANG', '');&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;$server = DB_HOST;&#60;br /&#62;
$loginsql = DB_USER;&#60;br /&#62;
$passsql = DB_PASSWORD;&#60;br /&#62;
$base = DB_NAME;&#60;/p&#62;
&#60;p&#62;define('ABSPATH', dirname(__FILE__).'/');&#60;/p&#62;
&#60;p&#62;$wp-&#38;gt;cookiedomain = '.filetransferplanet.com';&#60;br /&#62;
define(COOKIE_DOMAIN,'.filetransferplanet.com');&#60;br /&#62;
define('COOKIEPATH', '/');&#60;br /&#62;
define('ADMIN_COOKIE_PATH', '/');&#60;br /&#62;
define('SITECOOKIEPATH', '/');&#60;/p&#62;
&#60;p&#62;// Get everything else&#60;br /&#62;
require_once(ABSPATH.'wp-settings.php');&#60;br /&#62;
?&#38;gt;&#60;/blockquote&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ipswitchft on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1258</link>
<pubDate>Mon, 04 May 2009 09:35:38 +0000</pubDate>
<dc:creator>ipswitchft</dc:creator>
<guid isPermaLink="false">1258@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I have now added SITECOOKIEPATH but was only able to prevent the Redirect Loop issue by adding ADMIN_COOKIE_PATH . I noticed though, that I then get two WORDPRESS_123873843 cookies set.. and BB still does not know what to do. &#60;/p&#62;
&#60;p&#62;I am going to post my Configs here.. I'm probably missing something blatant!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1253</link>
<pubDate>Sat, 02 May 2009 01:32:52 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1253@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;You need to define &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;COOKIEPATH&#38;#39;,&#38;#39;/&#38;#39;);
define(&#38;#39;SITECOOKIEPATH&#38;#39;,&#38;#39;/&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in your wp-config.php&#60;br /&#62;
if the cookie is not being set to /  by default
&#60;/p&#62;</description>
</item>
<item>
<title>ipswitchft on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1252</link>
<pubDate>Fri, 01 May 2009 20:13:28 +0000</pubDate>
<dc:creator>ipswitchft</dc:creator>
<guid isPermaLink="false">1252@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;hmm.. BB refuses to write the &#60;em&#62;usercookie &#60;/em&#62;even with the bb-config setting.&#60;/p&#62;
&#60;p&#62;wordpress wrote the &#60;em&#62;auth_cookie&#60;/em&#62; .. we're getting there!&#60;/p&#62;
&#60;p&#62;also, in wp-config i have not set &#60;em&#62;sitecookiepath&#60;/em&#62; - when i do, i get &#34;too many redirects&#34;. i am guessing this is because my WP install is under another directory, &#60;em&#62;/main/&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;sorry for all the hassle here!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1251</link>
<pubDate>Fri, 01 May 2009 16:17:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1251@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Wordpress_logged_in sounds like a remnant from 2.7's newer cookie method, does it still set that after you clear cookies and log in again?&#60;/p&#62;
&#60;p&#62;I guess the lazy fix would be to force bbpress to use the same cookie name via bb-config.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;usercookie = &#38;#39;wordpress_logged_in_123ergjh3kjhsdf12&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;update: it looks like ann's plugin uses AUTH_COOKIE&#60;/p&#62;
&#60;p&#62;so in wp-config.php put&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;AUTH_COOKIE&#38;#39;,&#38;#39;wordpress_123ergjh3kjhsdf12&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ipswitchft on "BB/WP integration, but cookies seem awry."</title>
<link>http://bbshowcase.org/forums/topic/bbwp-integration-but-cookies-seem-awry#post-1250</link>
<pubDate>Fri, 01 May 2009 14:08:12 +0000</pubDate>
<dc:creator>ipswitchft</dc:creator>
<guid isPermaLink="false">1250@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;thanks _ck_ (and thanks for all the incredible work you put into BB!) .. &#60;/p&#62;
&#60;p&#62;paths and hosts are correct. and the &#60;em&#62;123ergjh3kjhsdf12&#60;/em&#62; string matches..&#60;/p&#62;
&#60;p&#62;BUT it looks like BB is writing only&#60;br /&#62;
wordpress_123ergjh3kjhsdf12&#60;/p&#62;
&#60;p&#62;while WP is writing&#60;br /&#62;
wordpress_logged_in_123ergjh3kjhsdf12&#60;/p&#62;
&#60;p&#62;i'll keep poking around as maybe i missed a line to add to a config.. but am getting stumped!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

