[Plugin: W3 Total Cache] Strange transient problem
-
I have a problem, I store data as transient for 7 days.
When running a file in the root (where index.php is) I can do:
// Some loop here for each transient I need: var_dump(get_transient($transient_key));
However .. if I do the exact same thing in an admin plugin page it returns falses !
How can I fix this?
Memcached is turned on and stores, pages/objects/database. Default settings for lifetime.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: W3 Total Cache] Strange transient problem’ is closed to new replies.