7
votes

I'm running on magento 1.9.2.2 and when using Internet Explorer and Edge browsers I can't add anything to my cart. I click the add to cart button, get redirected to the cart page but then the "Your cart is empty..." message is being displayed. Safari, Chrome, Firefox, all working fine. Is just only when using IE or Edge that I encounter this problem.

After discovering the problem I did some research and found out that only on the problematic browsers Magento is not setting the frontend cookie (that for as far as I know handles the user/frontend session).

I already changed my cookie settings in the backend, changed the cookie lifetime, added a path, changed my domain to with and without a leading dot, but nothing is working so far.

Does anybody know a solution or can tell me why this cookie is not being set in those particular browsers?

Thanks in advance!

1
and the cart is also empty?bxN5
Yes cart is emptyLuuk Van Dongen
seems it's some ie issue, trying to analyze send request form ie and another browserbxN5
I already did and I know for sure it is an IE problem. Chrome, Safari, Firefox are all working correctlyLuuk Van Dongen
Bear in mind IE is crap. You probably have done nothing wrong. Check internet options settings for cookies/privacy.delboy1978uk

1 Answers

1
votes

Set your Use HTTP Only to yes and else thing keep as it is as you set hope this will help you

    Cookie Lifetime: 86400
    Cookie Path: 
    Cooke Domain: 
    Use HTTP Only: Yes
    Cookie Restriction Mode: No