Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: You either have a caching problem or something is breaking the spoof checker cookie. In a standard Joomla environment on a reliable host this will never be a problem. I've only seen this be a problem on unreliable hosts, sites using Joomla page caching or caching from a 3rd party extension.
Please Log in or Create an account to join the conversation.
If cookie_lifetime is set to 0 then cookie lifetime is as long as the browser session. This means as long as the browser window isn't closed the cookie is still active. Sounds like you've a server issue though if that's not working properly.I need your opinion about this, could this be the issue? What value would you recommend to set session.cookie_lifetime to?
A host with poorly configured or maintained servers and little or no support. Could be as simple as poorly configured php.ini file though. There's more bad hosts than there is good. I typically stick with hosts like SiteGround, A2Hosting, or I purchase a VPS like Vultr and self host (preferred as I've 100% control over the server).What exactly do you mean with "unreliable hosts"?
That's normal and expected. Joomla page cache caches the page buffer. This means it caches the security token used for form validation as well. The tokens are single use per form session. So it results in the cache being out of date. Do not use Joomla page caching on anything but static websites; it just doesn't make sense to use it otherwise and does not work with any form of dynamic environment. Its entire purpose is to fulfill blog site needs. Just enabling Joomla cache won't cause this; it's specifically the Page Cache plugin.I have the same problem when the joomla cache plugin is enabled.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's not really a hosting issue so much as it is a caching extension issue. SiteGround just happens to provide such an extension, but it has nothing to do with their server configuration.Spiralmind wrote: My site was doing this on SiteGround (reliable) and the solution seemed to be disabling their System - jSGCache plugin
I realize many things are best left uncached but I may try speed cache instead. Then I can turn off CB pages. SiteGound is all or nothing I think.
Please Log in or Create an account to join the conversation.