0 Comment
13 Mar 2013
Posted by Aals I was annoyed when I couldn't login to Magento admin panel, the problem was pretty lame - it was the session saving problem. So all I had to do is replace http:/localhost/<path> with http://127.0.0.1/<path> That's a temporary solution Permanent Solution : Go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php...
Read more →









