after installing magento cannot login admin -


after installing magento admin panel cannot log in. have installed magento on localhost. after setup when used admin page login can't able login in chrome browser right username , password

i found solution : go app/code/core/mage/core/model/session/abstract/varien.php file within magento directory , comment out these 3 lines of code : comma must removed file .save , try login magento admin panel.

// 'domain'   => $cookie->getconfigdomain(), // 'secure'   => $cookie->issecure(), // 'httponly' => $cookie->gethttponly() 

Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -