I work on magento 1.9.2.2, and when using the browsers Internet Explorer and Edge I can not add anything to my cart. I click the "Add to Cart" button, it is redirected to the cart page, but then the message "Your cart is empty ..." is displayed. Safari, Chrome, Firefox, everything works fine. Only when using IE or Edge do I encounter this problem.
After finding the problem, I did some research and found out that only in problem browsers Magento does not set the frontend cookie (which, as far as I know, processes the user / interface session).
I already changed my cookie settings in the backend, changed the cookie lifetime, added the path, changed my domain to and without a leading point, but so far nothing works.
Does anyone know a solution or can tell me why this cookie is not set in these specific browsers?
Thanks in advance!
php cookies session magento
Luuk Van Dongen
source share