Why a fake cookie is not set

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!

+7
php cookies session magento
source share
1 answer

Configure your HTTP protocol only for yes, and the rest of the thing will remain the same as you, hope this helps you

Cookie Lifetime: 86400 Cookie Path: Cooke Domain: Use HTTP Only: Yes Cookie Restriction Mode: No 
+1
source share

All Articles