I am facing problem in magento admin. when i am trying to login in admin panel it give
http://localhost/myproject/index.php/admin/index/index/key/e8d39e2cf8686363a43e0524be944100/
I have tried some solution which are posted before . but my problem is still.
I have tried the following solution
/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php
// session cookie params /* $cookieParams = array( 'lifetime' => $cookie->getLifetime(), 'path' => $cookie->getPath(), 'domain' => $cookie->getConfigDomain(), 'secure' => $cookie->isSecure(), 'httponly' => $cookie->getHttponly() ); */
Please give me any solution for the problem.