Cookies
Cookies are pieces of data, stored in text files, that are saved on the computer or other devices when websites are visited from the browser.
They are widely used to “remember” choices/preferences, either for a single visit via a “session cookie” or for multiple repeat visits using a “persistent cookie”. They ensure a consistent and efficient experience for visitors and perform essential functions like allowing users to register and stay logged in.
We use WooCommerce. Cookies are used by WooCommerce in a variety of ways:
Cookie | Duration | Function |
---|---|---|
woocommerce_cart_hash | session | Helps WooCommerce determine when cart contents/data change. |
woocommerce_items_in_cart | session | Helps WooCommerce determine when cart contents/data change. |
wp_woocommerce_session_ | 2 days | Contains a unique code for each customer to know where to find the shopping cart data in the database for each customer. |
No personal information is stored in these cookies.
IP Addresses
We do not store visitors' IP addresses, an anonymized version (192.168.XXX.XXX) is used to measure activity and number of visits, as well as to combat SPAM attempts or other attacks.