by axew3 » Wed Mar 29, 2017 8:58 am
setup cookie settings into phpBB config ACP to be:
Cookie domain: .yourdomain (or if localhost live as is)
Cookie path: /
which i think is already into your phpBB.
Allow "Remember Me" logins: set to yes
set to 0 value for "Remember Me" login key expiration length (in days):
into phpBB security config ACP.
Save.
Now logout phpBB. If any changes on cookie settings as above, clean cookies on browser, and re-login as remember me into phpBB.
Now go to WP. You should be logged in, and what happen when session expire in this case (login done phpBB side full forum)
to test this about session, setup session length to a lower value like 10 (10 seconds in not on online site) so you can see if when after login, and after 10 seconds, your user is logged out or, as should not is logged out because, remeber me login, if a correct cookie is released, should not let expire your session. This is the setting into
Server configuration -> Load settings -> Session length
what happen?
setup cookie settings into phpBB config ACP to be:
Cookie domain: .yourdomain (or if localhost live as is)
Cookie path: /
which i think is already into your phpBB.
Allow "Remember Me" logins: set to yes
set to 0 value for "Remember Me" login key expiration length (in days):
into phpBB security config ACP.
Save.
Now logout phpBB. If any changes on cookie settings as above, clean cookies on browser, and re-login as [i]remember me[/i] into phpBB.
Now go to WP. You should be logged in, and what happen when session expire in this case (login done phpBB side full forum)
to test this about session, setup session length to a lower value like 10 (10 seconds in not on online site) so you can see if when after login, and after 10 seconds, your user is logged out or, as should not is logged out because, remeber me login, if a correct cookie is released, should not let expire your session. This is the setting into
Server configuration -> Load settings -> Session length
what happen?