Let’s see how we can Store & Retrieve From The Custom Cache We have created a custom cache type in the post-https://sbdevblog.com/magento-2-how-to-create-custom-cache/. Let’s see How we can save data to the custom cache and How […]
Tag: Full Page Cache
1 min read
Magento 2: How to get current customer id while FPC is enabled?
We have tried to get customer id in post https://sbdevblog.com/magento-2-how-to-get-the-current-customer-id/ . However, we are not able to get customer details like customer id, Log-in Status of visitor because we are getting NULL value each time we […]