Knowledge Base
All Categories Solutions Issues using Cloudflare

Issues using Cloudflare

Cloudflare should be disabled since it caches sites and changes may only be reflected if you hard reload the page.

If you get logged out randomly with for no particular reason you might need to add the following code to the top of your index.php file:

if ($SERVER["HTTPCFCONNECTINGIP"]) { $SERVER["REMOTEADDR"] = $SERVER["HTTPCFCONNECTINGIP"]; }

Was this article helpful?

Thanks for your feedback!