简体   繁体   中英

cannot login to magento frontend and backend in Internet Explorer

Users can not login to Magento frontend and even in backend on Internet explorer all other browsers working fine.

I searched on google found some solution related cookie time and adding tag on head <meta http-equiv="X-UA-Compatible" content="IE=8" /> , but these all are useless.

How to fix this problem? please help.

First login into your account with another browser (Chrome or Mozilla) then:

  1. Go to System => Configuration => Web (under the tab General)
  2. Under the section "Session Cookies Management" set the following parameters:
    • Cookie Lifetime: 0
    • Cookie Path: /
    • Cookie Domain: (leave it empty very important)
    • Use HTTP Only: YES (very important)
    • Cookie Restriction Mode: NO
  3. Then open your Magento Admin page on Internet Explorer and now try to login, it should works.

That's it, I suggest you save first your parameters with a snapshot to remember if you need to put it back. Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM