Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why I can not login to magento backend using google chrome

I am using magento community edition 1.7.0.2.I am not able to login to back end of magento.I know this problem can be because of chrome not accepting cookies. But how to fix that please help. Thanks

like image 555
Mukesh Avatar asked Sep 08 '12 05:09

Mukesh


People also ask

What is the full URL to the Magento login page?

Default Admin URL and Path: http://yourdomain.com/magento/admin.

How do I find my Magento admin URL?

xml file which is located in the /app/etc directory. Once you've opened that file, scroll to the bottom, around line 80 I think. You should see a tag called < frontEnd >. It's inside of this tag that your custom Magento Admin Url is located.


1 Answers

If you enabled the https for the Magento admin panel, then make sure to set "NO" for the option "Use HTTP Only" under System->configuration->web->Session and Cookie Management."

If you have access to the database then open the table "core_config_data" and search for the Path "web/cookie/cookie_httponly" and set the value to "0".

Make sure to delete the var/cache folder. Now try to login to Magento admin panel. Mostly you can now. If not post your issue in this thread.

So this "Not able to login Magento admin panel" issue mostly relates to the Magento cookies settings. So don't get worried if you encounter this tiny issue. With the list of answers in this thread you can easily sort this out in a few minutes time.

like image 103
Haijerome Avatar answered Sep 22 '22 13:09

Haijerome