WordPress Nonce Cache

WordPress Nonce Cache

by admin

WordPress Nonces system protects URLs and forms from certain types of misuse, malicious or otherwise.

The meaning of the Nonce is “number used once” and a Nonce has a life time. If it expired, the request which contains a Nonce cannot be completed and the request fails.

If a page is cached, the Nonce value is cached as well. If the cache is not cleared “twice a day”, the Nonce is expired so we need to add a cache timeout rule as below.

Solution

1. Open the “Delete Cache” tab

2. Set cache timeout as below

Related articles

Placeholder Image
How to Serve Cache Only via PHP

On servers using apache, the cache is served via htaccess thanks to the rewrite rule. It is the best method…

Placeholder Image
Modify Minified CSS by Calling the Function Hook

You can write your own function that will modify the content of minified or combined css sources before saving.

Placeholder Image
Clearing Cache After Deleting Post/Page

When a post or a page is deleted, some cache files are cleared instead of all the cache files being…

Ready to get started?

Purchase your first license and see why 1,500,000+ websites globally around the world trust us.