by axew3 » Mon Jan 23, 2017 12:23 am
already reported, as soon i can if nobody else come out ...
in the while ...
since i can't experience it on my tests, i had suggest to change:
open:
class.wp.w3all-phpbb.php
search for all lines that contain number 3600
replace all 3600 with:
31536000
this to exclude a possible problem between server/client different times.
In the other case seem this have not resolve, but the fact is that the
cookie of phpBB isn't properly removed by the related function w3all_wp_logout() into class.wp.w3all-phpbb.php, while the phpBB session in phpBB is removed before, so WP loop, because found a cookie, but related session in phpBB. It should be quite easy to resolve this and force all to work. As soon i can i will take a look.
it seem strange to me because, in the same way it is set and recognized, is used to remove ... the only one thing that should affect, apparently to me, is the time of the cookie.
But the fact that for some other reason the session in phpBB can be also not found, the code need to be patched about this as soon.
already reported, as soon i can if nobody else come out ...
in the while ...
since i can't experience it on my tests, i had suggest to change:
open:
[i]class.wp.w3all-phpbb.php[/i]
search for all lines that contain number [b]3600[/b]
replace all 3600 with:
[b]31536000[/b]
this to exclude a possible problem between server/client different times.
In the other case seem this have not resolve, but the fact is that the
cookie of phpBB isn't properly removed by the related [i]function w3all_wp_logout()[/i] into [i]class.wp.w3all-phpbb.php[/i], while the phpBB session in phpBB is removed before, so WP loop, because found a cookie, but related session in phpBB. It should be quite easy to resolve this and force all to work. As soon i can i will take a look.
it seem strange to me because, in the same way it is set and recognized, is used to remove ... the only one thing that should affect, apparently to me, is the time of the cookie.
[b]
But the fact that for some other reason the session in phpBB can be also not found, the code need to be patched about this as soon.[/b]