These cookies are necessary for the functionality of the online store. They store cart data, remember the number of items in the cart, and maintain a unique session ID so customers can complete their purchases.
Learn more: woocommerce.com (opens in a new window)
wp_woocommerce_session_*
Contains a unique code for each customer so WooCommerce knows where to find cart data in the database.
-
woocommerce_items_in_cart
Stores the number of items in the cart.
-
woocommerce_cart_hash
Helps WooCommerce determine when cart data changes.
-