Log in
Model

Storage

Magento\Customer\Model\Session\Storage

What it does

This class manages customer session data storage in Magento 2.

It extends the base session storage to handle customer-specific session namespacing, automatically appending the website code to the namespace when customer accounts are scoped per website rather than globally.

Developers use this indirectly through the customer session to ensure customer data is properly isolated based on the configured sharing scope.