Title: devdan's Replies | WordPress.org

---

# devdan

  [  ](https://wordpress.org/support/users/devdan/)

 *   [Profile](https://wordpress.org/support/users/devdan/)
 *   [Topics Started](https://wordpress.org/support/users/devdan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devdan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devdan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devdan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devdan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devdan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact form down](https://wordpress.org/support/topic/contact-form-down/)
 *  [devdan](https://wordpress.org/support/users/devdan/)
 * (@devdan)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/contact-form-down/#post-14246879)
 * This problem comes up when the nonce has expired, this often happens due to caching.
 * An easy way to reproduce the issue is to add the following to functions.php (
   and make sure the page isn’t cached and you’re not logged in):
    add_filter( ‘
   nonce_life’, function () { return 15; } );
 * Then wait 15 seconds and try and submit the form and then check the console log.
 * From what I understand, the plugin “tries” to fix the issue by requesting a new
   nonce – but you can’t request nonces unless you’re authenticated so this doesn’t
   work.

Viewing 1 replies (of 1 total)