Using Cache-Control header
-
Hi,
My form plugin uses a Cache-Control header to disable (back/forward) cache:
header( 'Cache-Control:no-store, max-age=0' );
After succesful submission my site visitor is being redirected to a thank you page. I’ve added the Cache-Control header to avoid that visitor is seeing the filled in form again when pressing the back button of his/her browser.
My question:
Will this header cause a conflict with WP Super Cache?Guido
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using Cache-Control header’ is closed to new replies.