I just checked on my coworker computer – for him it doesn’t work in any browser chrome included. Strange.
Hello, thanks for reporting this!
May I ask where is your website hosted?
Did you have the issue after the update? or was it an old issue?
The error is caused when the session id is found in the cookies, that could happen when there is some special caching implemented on the server. The session id is used for additional security, but it’s not absolutly necessary and can be disabled. However, it’s better to fix than disable if that’s possible.
Thanks
My website is hosted at one of my local providers in Poland so it won’t give you much info. But I followed the lead you gave me – we are using WPRocket for cache management so I disabled there option for user caching – since we don’t really have users as its company website. Seems that it worked for me – on my computer everything works fine now but I have to check on other devices. I’ll update you later if problem was resolved 🙂
That’s perfect.
Can you please test something for me. Restore WPRocket options and add this to your wp-config.php file
define("MF_SESSION_NAME", "wordpress_mf");
This will change the session cookie name so that it starts with “wordpress_”. If WPRocket is excluding cookies starting with “wordpress_” by default, I might need to change the default cookie name to account for this and avoid the need for special configuration.
Can you please test and let me know if the issue is gone?
Thanks,
Ali
Hello again, I just published a new update where I replaced the cookie prefix from “mf” to “wordpress_mf”, this should help with caching plugins that are excluding the “wordpress_” prefix from being cached.
I’ll go ahead and mark this as resolved. Feel free to open another ticket if you run into this issue again.
Thanks,
Ali