esi and private cache problem with logout nonce
-
In the header, there is a WooCommerce log out button for users.
This button creates a different nonce for each user.
But when esi is activated, it seems that there is no private cache anymore.
And the nonce is the same for all users, because it is cached.Question:
Is there any other way besides converting the logout button to esi?
Because if it is cached privately for each user, there will be no problem and there is no need to load every time without cache.Or the only way is esi?
- You must be logged in to reply to this topic.