• Resolved cacheseeker

    (@cacheseeker)


    Hi There,

    I just wanted to ensure that if POST requests from Contact Form 7 are dynamic by default with this plugin that it’s virtually impossible that data would leak to another user and you don’t need to append ?swcfpc=1 on pages that have forms.

    Cheers,
    Tom

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    As you mentioned POST requests are dynamic default. But caching contact page has many parameters to consider. For example if the page is connecting with the server on form submission via Ajax then we can definitely cache it. Then again if it is using nonce along with ajax then better not to cache that page as nonce has a shorter lifespan.

    If the page is not using ajax, then again you can try caching that page and see how it is working. But in any case there is no issue of leaking data.

Viewing 1 replies (of 1 total)

The topic ‘Using Super Page Cache Safely with Contact Forms’ is closed to new replies.