get_transient works only for logged-in users
-
I have written couple of API endpoints that receive results from Make. The first endpoint will save the result using set_transient, while the second one is being used by the application to fetch the result from the client side to display the result. This works perfect when the user is logged-in, but when he is not (and I have the option for non registered users), get_transient doesnt work and the result is not being fetched.
Will really appreciate any help on this one, thanks :)
- The topic ‘get_transient works only for logged-in users’ is closed to new replies.