- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Double Login to admin
Thanks. It was the missing "www" in the setup. Working now :-)