Hi,
I'm trying to troubleshoot why the DONOTCACHEOBJECT flag is not disabling object caching on my WordPress blog.
Here are the details:
* I've installed W3 Total Cache, restarted PHP-FPM
* I've ensured that DONOTCACHEOBJECT is set for the page in question (/cart). I've confirmed this by printing the variable to the page and verifying it's set to true.
* I've ensured that DONOTCACHEPAGE and DONOTCACHEDB is also set for /cart
The footer of the page confirms that page and DB caching are both disabled. This is the expected behavior. Object caching, however, will not disable. It stays enabled - and the debug shows it's enabled.
What can I do to actually disable object caching on specific pages? It appears the DONOTCACHEOBJECT flag is not doing the trick.
Thanks.