Depending on your caching plugin you need to exclude dynamic pages and sometimes exclude cookies from cache. The pages to exclude are the quote request, product category (archive), shop and the product page. The most common problem caused by page caching is that items which are added to the quote cart cannot be found afterwards.
WP Rocket:
/wp-admin/options-general.php?page=wprocket#advanced_cache
Never Cache URL(s)
/quote-request/(.*)
/product-category/(.*)
/shop/(.*)
/product/(.*)
Never Cache Cookies
rfqtk_wp_session_
WP Optimize:
If are using Pantheon:
You could also change the session method to PHP Sessions as an alternative method.