Re: bbPress 1.0 released
Also, I had to put into my bb-config.php the below so that logging in via bbpress will allow login to wpmu admin page.
// Not defining below will not create /wp-admin cookie in current bbpress 1.0. Required for SSL.
// Guess this could be another bug as well.
$bb->wp_admin_cookie_path=’/wp-admin’;