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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -