Hi @sulemanaslam,
WooCommerce does not save any cookies that control/store the most recent purchases on a WordPress site.
The cookies that are set and used by WooCommerce are listed below:
-
woocommerce_cart_hash
: Assists WooCommerce in determining when the cart contents/data change.
-
woocommerce_items_in_cart
: Assists WooCommerce in determining when the cart contents/data change.
-
wp_woocommerce_session_
: Provides a specific code for each user to recognize where to look in the database for each client’s cart data.
-
woocommerce_recently_viewed
: This script is responsible for the Recently Viewed Products widget.
-
store_notice[notice id]
: Enables customers to opt-out of the Store Notice.
The other cookies that are used by WooCommerce for the store dashboard are listed in this documentation.