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.