Zend certified PHP/Magento developer

Checkout page is being saved in disk cache

Randomly, the checkout page will be saved into disk cache (Chrome) then customer will be redirected to /checkout/cart with status code of 302 from Chrome.

Even though I have set up Cloudflare to “Disable App”, “Bypass Cache”, and set the header of /checkout/* to max-age=0 , no-cache, no-store, etc.

How can I overcome this issue?

enter image description here