go back and read the integration 101 instructions about $bb->cookiedomain
i followed the instructions precisely, yet when i access my forum at “http://diskinserted.com/forums/” it prompts me to log in. “http://www.diskinserted.com/forums/” welcomes me back and i’m already logged in.
i can send you snippets of either my bb-config or wp-config file should you need it…
Go into your wp-config.php
and put the line
@define(COOKIE_DOMAIN,'.diskinserted.com');
then go into your bb-config.php
and put the line
$bb->cookiedomain = '.diskinserted.com';
Make you you remove any existing versions of the lines first.
Make sure you clear all cookies for your website.
Then try logging in and testing again.
tryed your advice. still nothing… i even resulted to using the other plugin to revert the cookies back to the 2.5 method and browsing with www. in front of everything worked flawless without any additional configuration. browsing without www. is still not holding onto the cookie.