How many types of sessions are there? Why we use different sessions in Magento?
Asked: Apr 15, 2023
There are namely three sessions in Magento:
customer session
checkout session
core session
All these sessions are stored in one session only. We use different sessions because sometimes we need to clear only a particular session data and not all session data.