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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -