Magento Solution Specialist – Content Area 3.7: Cookies
1. How are cookies used in Magento?
Cookies are stored on the user’s browser and are used to store information about a user’s session. With Magento, cookies will hold persistent cart information, customer information, and some customer preference information.
2. What customer’s data is saved in cookies, and how is it used in the storefront using Magento native functionality?
- CART — The association with your shopping cart.
- CATEGORY_INFO — Stores the category info […]