Log in
Model

Storage

Magento\Customer\Model\Session\Storage

What it does

This class manages storage for customer session data in Magento 2.

It extends the framework's base storage class and automatically namespaces session data per website when customer account sharing is configured at the website scope level.

Developers use this indirectly through the Customer Session object to ensure customer data is properly isolated when running multi-website Magento installations.