Just installed Magento 1.9.0.1 and when I login to admin panel the fields clears and nothing happens. Next time I enter username and password I get logged in corret. How han I stop this ?
Solved! Go to Solution.
Make sure the URLs set in Magento match the URL you are going to, as in Magento may be expecting www.domain.com/admin but you are using domain.com/admin, or vice versa. This can cause cookie mis-match issues as the domain is actually changing.
Make sure the URLs set in Magento match the URL you are going to, as in Magento may be expecting www.domain.com/admin but you are using domain.com/admin, or vice versa. This can cause cookie mis-match issues as the domain is actually changing.
Thanks. It was the missing "www" in the setup. Working now :-)