Cookie bug
-
Hi
We are having a continual problem with the following sequence of events:- A person logs into our site from a browser with “Remember Me” ticked.
- That person’s password is changed elsewhere either by themselves on another browser or device, or by an administrator.
- When that person later browses to a page on the site using the original browser mentioned in 1 (regardless of whether the page requires the user to be logged in or not) they get a white blank screen and a 500 error.
The following appears in the error log:
[21-Nov-2021 04:41:45 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /home/test/public_html/wp-includes/plugin.php on line 189
[21-Nov-2021 04:41:45 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /home/test/public_html/wp-includes/load.php on line 306
or
[23-Nov-2021 03:14:24 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /home/test/public_html/wp-includes/meta.php on line 570
[23-Nov-2021 03:14:24 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
The only way that user can access the site again with the original browser is by deleting their cookies for the site or we deactivate Cerber. It is not a problem for our administrators as they know to delete their cookies but it is not a very good experience for our members.
This has been happening for quite a while on a few different sites with quite different configurations of plugins. WP 5.8.2, Cerber 8.9.3, PHP 7.4 Tested on a staging site with Twenty Twenty-One theme, all plugins deactivated, no custom code and a basic .htaccess.
- The topic ‘Cookie bug’ is closed to new replies.