0

customer unable to login in magento 1.8.1 when i set cookie path '/tmp' and domain 'mydomain.com' from the backend then customer can login but admin cannot login.

I'm very new to magento. Please Help me how to fix that?

Sandeep
  • 11
  • 1
  • 3

1 Answers1

0

Try after setting secure and unsecure base url in backend like following sample.

enter image description here

  • Ok. Then try after commenting `$this->renewSession();` in `app/code/core/Mage/Customer/Model/session.php` file. And if it works then build the following directory hierarchy: app/code/local/Mage/Customer/Model/. Put a copy of session.php into this new directory. – Emipro Technologies Pvt. Ltd. Jan 28 '15 at 06:29