Your session has expired” On Clicking Add To Cart In Magento 2.3 Localhost
Manifest Desires
Your session has expired” On Clicking Add To Cart In Magento 2.3 Localhost
Use 127.0.0.1 instead of localhost
UPDATE core_config_data SET value = ‘http://127.0.0.1/demo/’ WHERE core_config_data.path = ‘web/unsecure/base_url’;
UPDATE core_config_data SET value = ‘http://127.0.0.1/demo/’ WHERE core_config_data.path = ‘web/secure/base_url’;
Your session has expired” On Clicking Add To Cart In Magento 2.3 Localhost
Run the command:
php bin/magento cache:flush