Title: [Plugin: WP phpBB Bridge] Log-out partly works
Last modified: August 19, 2016

---

# [Plugin: WP phpBB Bridge] Log-out partly works

 *  Resolved [d3rutat](https://wordpress.org/support/users/d3rutat/)
 * (@d3rutat)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/)
 * Hi! First of all, congratulations on this new plugin! I have been looking this
   for a long time, after the recent failure with Phpbb single sign on.
    The plugin
   works great for me, except one thing. When i click log out, in only logs me out
   of PHPBB3.0.8, not WP…If i refresh my forum a few times i am logged back in (
   i guess because the login session for WP stil remains valid)
 * Hope you can solve this!
    Best regards!
 * [http://wordpress.org/extend/plugins/wp-phpbb-bridge/](http://wordpress.org/extend/plugins/wp-phpbb-bridge/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/page/2/?output_format=md)

 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898397)
 * Sorry, wrong topic.
 * (Edited: Removed reply)
 *  Plugin Author [Nikos Merianos](https://wordpress.org/support/users/merianos/)
 * (@merianos)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898490)
 * I look forward to solve this problem 🙂
 * Thanks a lot about your info.
 *  Thread Starter [d3rutat](https://wordpress.org/support/users/d3rutat/)
 * (@d3rutat)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898501)
 * Ευχαριστώ!
 *  Plugin Author [Nikos Merianos](https://wordpress.org/support/users/merianos/)
 * (@merianos)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898504)
 * You are welcome ! 🙂
 *  [genesis-zero](https://wordpress.org/support/users/genesis-zero/)
 * (@genesis-zero)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898641)
 * I have the same problem.
    Addition: I click “Logout” in WP and the plugin logs
   me out of the forum, but I got no redirect to WP, and so on, no logout in WP.
 * (WP: 3.0.4 / phpBB3 3.0.8)
 *  [genesis-zero](https://wordpress.org/support/users/genesis-zero/)
 * (@genesis-zero)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898643)
 * 2nd Addition: When I click on “logout” I get log out. But when I enter the URL
   of WP (cause the redirect fails) I see me still logged in – after refreshing 
   the site it shows me correctly logged out.
 *  Plugin Author [Nikos Merianos](https://wordpress.org/support/users/merianos/)
 * (@merianos)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898684)
 * Do you have active static content caching in your server thru the .htaccess ?
 *  [genesis-zero](https://wordpress.org/support/users/genesis-zero/)
 * (@genesis-zero)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898685)
 * I don’t know what mean, so here’s my file:
 *     ```
       RewriteEngine On
       RewriteBase /mydomain/wordpress/
       RewriteRule ^index\.php$ - [L]
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *  Plugin Author [Nikos Merianos](https://wordpress.org/support/users/merianos/)
 * (@merianos)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898686)
 * As I see you don’t have any caching option on your htaccess, may do you have 
   installed any caching plugin ?
 * After logout if you go on wp and press Ctrl+F5 you are still showing as logged
   in ?
 *  [genesis-zero](https://wordpress.org/support/users/genesis-zero/)
 * (@genesis-zero)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898687)
 * I doesn’t use a caching plugin and yes, after refreshing the site I’m logged 
   out.
 * I think the problem is, that a WP plugin can control WP but not phpBB so I must
   change something within the forum for the redirect.
 *  Plugin Author [Nikos Merianos](https://wordpress.org/support/users/merianos/)
 * (@merianos)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898688)
 * Somethink goes wrong with some cache. We had that same problem and we changed
   the caching options of our WordPress/Apache and now are working ok. Just I stoped
   to caching the html and worked fine !
 * In your case I don’t know what goes wrong and propably I can’t help about, sorry
   🙁
 *  Thread Starter [d3rutat](https://wordpress.org/support/users/d3rutat/)
 * (@d3rutat)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898692)
 * [@the](https://wordpress.org/support/users/the/) Greek WP Community Can you check
   if you can replicate this problem by installing w3 total cache and activating
   all the modules?
 *  Plugin Author [Nikos Merianos](https://wordpress.org/support/users/merianos/)
 * (@merianos)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898694)
 * Do you use this plugin (w3 total cache) ?
 * If so, this make the problem you describe !
 *  Thread Starter [d3rutat](https://wordpress.org/support/users/d3rutat/)
 * (@d3rutat)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898695)
 * Yes, i am using this plugin. The W3 Total Cache supports excluding files from
   the HTML cache, is there a page i can exclude that can make your plugin compatible
   with W3?
 *  Plugin Author [Nikos Merianos](https://wordpress.org/support/users/merianos/)
 * (@merianos)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/#post-1898696)
 * I don’t think so, because we are not talking about a page but about a plugin,
   and plugins are side-wide available. You may can stop the plugin from caching
   HTML or the pages.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/page/2/?output_format=md)

The topic ‘[Plugin: WP phpBB Bridge] Log-out partly works’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-phpbb-bridge_eaeaea.svg)
 * [WP phpBB Bridge](https://wordpress.org/plugins/wp-phpbb-bridge/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-phpbb-bridge/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-phpbb-bridge/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-phpbb-bridge/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-phpbb-bridge/reviews/)

 * 19 replies
 * 7 participants
 * Last reply from: [9K-S2K](https://wordpress.org/support/users/9k-s2k/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-phpbb-bridge-log-out-partly-works/page/2/#post-1898790)
 * Status: resolved