My logic for believing that w3all is the cause (or at least linked to the cause) is simply that when I deactivate w3all the problem goes away. If I turn it on, I start getting messages from my forum members saying they can't stay logged into the forum. Also, as I said, as soon as I activate w3all, login breaks on phpBB
on the Chrome browser only (on Windows or Android). It works fine on other browsers. For this reason, I have to keep w3all deactivated until this is resolved.
axew3 wrote: Mon Sep 14, 2026 9:39 am
Under
Security settings -> Allow "Remember Me" logins: need to be set to yes, even if it is required for a login in wp (the cookie) because phpBB himself do not require it (cookie) and can login users using the session appended into the url.
Yes, it has always been set to allow "Remember Me" logins.
axew3 wrote: Mon Sep 14, 2026 9:39 am
You could try to delete all cookies and try again the login into phpBB but given the scenario, seem that the problem have nothing to do with the integration code.
Clean the browser's cache also, maybe something misleading is hidden somewhere.
I've done that many times while troubleshooting over the last week or so.
axew3 wrote: Mon Sep 14, 2026 9:39 am
Try to: staying only in phpBB, clean cookies on browser, clean cache in phpbb, check if the login works having the remember me login set to yes into phpBB admin, and you check the option remember me logging in the user.
If a persistent cookie is not created into the browser (check chrome console) then your configuration is not ok someway.
OK, I have run the following tests:
On Opera browser (where everything works as expected):
w3all network
activated
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
3 phpBB cookies (with values) all Domain: .pennymachines.co.uk Path: /
and
3 Wordpress cookies (wordpress_logged_in_etc., Domain pennymachines.co.uk Path: / wordpress_sec_etc., Domain pennymachines.co.uk Path: / wordpress_sec_etc. Domain pennymachines.co.uk Path: /arena/wp-content/plugins
w3all network
deactivated
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
3 phpBB cookies (with values) all Domain: .pennymachines.co.uk Path: /
On Chrome browser (where the problem appears):
w3all network
activated
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
0 phpBB cookies
and
1 Wordpress cookie wordpress_test_cookie Domain pennymachines.co.uk Path: /
w3all network
deactivated
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
3 phpBB cookies (with values) all Domain: .pennymachines.co.uk Path: /
and
1 Wordpress cookie wordpress_test_cookie Domain pennymachines.co.uk Path: /
Why do I have a Wordpress cookie on phpBB when w3all is deactivated? (There is also a Simple Membership swpm_session cookie persistent when user is logged in or out).
Could this iframe in my phpBB style's overall_header.html template (for a modal search that detects the WP logged-in status to determine which Search interface to show) be the reason?
Code: Select all
<iframe
id="mobile-search-iframe"
class="modal-iframe"
src="/arena/search/?embedded=1"
title="Search Pennymachines"
loading="eager"
allow="same-origin"
></iframe>
The first is consistent with what I already learned, and I already have those settings in phpBB ACP.
The second isn't helpful - dealing with the symptoms, not the disease. My website shouldn't require users to reconfigure their Chrome browsers so they can use it!
My logic for believing that w3all is the cause (or at least linked to the cause) is simply that when I deactivate w3all the problem goes away. If I turn it on, I start getting messages from my forum members saying they can't stay logged into the forum. Also, as I said, as soon as I activate w3all, login breaks on phpBB [b]on the Chrome browser only[/b] (on Windows or Android). It works fine on other browsers. For this reason, I have to keep w3all deactivated until this is resolved.
[quote=axew3 post_id=7275 time=1789378764 user_id=48]
Under [b]Security settings -> Allow "Remember Me" logins:[/b] need to be set to yes, even if it is required for a login in wp (the cookie) because phpBB himself do not require it (cookie) and can login users using the session appended into the url.
[/quote]
Yes, it has always been set to allow "Remember Me" logins.
[quote=axew3 post_id=7275 time=1789378764 user_id=48]
You could try to delete all cookies and try again the login into phpBB but given the scenario, seem that the problem have nothing to do with the integration code.
Clean the browser's cache also, maybe something misleading is hidden somewhere.[/quote]
I've done that many times while troubleshooting over the last week or so.
[quote=axew3 post_id=7275 time=1789378764 user_id=48]
Try to: staying only in phpBB, clean cookies on browser, clean cache in phpbb, check if the login works having the remember me login set to yes into phpBB admin, and you check the option remember me logging in the user.
If a persistent cookie is not created into the browser (check chrome console) then your configuration is not ok someway.[/quote]
OK, I have run the following tests:
[b][u]On Opera browser[/u] (where everything works as expected):[/b]
w3all network [b]activated[/b]
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
3 phpBB cookies (with values) all Domain: .pennymachines.co.uk Path: /
and
3 Wordpress cookies (wordpress_logged_in_etc., Domain pennymachines.co.uk Path: / wordpress_sec_etc., Domain pennymachines.co.uk Path: / wordpress_sec_etc. Domain pennymachines.co.uk Path: /arena/wp-content/plugins
w3all network [b]deactivated[/b]
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
3 phpBB cookies (with values) all Domain: .pennymachines.co.uk Path: /
[b][u]On Chrome browser[/u] (where the problem appears):[/b]
w3all network [b]activated[/b]
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
0 phpBB cookies
and
1 Wordpress cookie wordpress_test_cookie Domain pennymachines.co.uk Path: /
w3all network [b]deactivated[/b]
User checks 'Remember me' and logs into phpBB.
Console/Application shows:
3 phpBB cookies (with values) all Domain: .pennymachines.co.uk Path: /
and
1 Wordpress cookie wordpress_test_cookie Domain pennymachines.co.uk Path: /
Why do I have a Wordpress cookie on phpBB when w3all is deactivated? (There is also a Simple Membership swpm_session cookie persistent when user is logged in or out).
Could this iframe in my phpBB style's overall_header.html template (for a modal search that detects the WP logged-in status to determine which Search interface to show) be the reason?
[code]<iframe
id="mobile-search-iframe"
class="modal-iframe"
src="/arena/search/?embedded=1"
title="Search Pennymachines"
loading="eager"
allow="same-origin"
></iframe>[/code]
[quote=axew3 post_id=7275 time=1789378764 user_id=48]
[size=150]PS. have you try to ask to the crazy girl? (AI ) [/size]
Look these two
https://share.google/aimode/v08fWsb73NuhmXcu4
https://share.google/aimode/XXB3vLwjB1T8SzBms
[/quote]
The first is consistent with what I already learned, and I already have those settings in phpBB ACP.
The second isn't helpful - dealing with the symptoms, not the disease. My website shouldn't require users to reconfigure their Chrome browsers so they can use it!