I am not able to login to any magento store (even the demo magento store hosted on magento website). It was working fine a few days ago but now I am not able to login and my work is pending. I even tried to clear my cache bt nothing happend. Can you all help ??
相关问题
- Magento 1.7.0.2 Index Management overwriting URL R
- Magento: Best way to avoid extension conflicts
- Magento Fatal error: Maximum execution error solut
- jquery/prototype conflicts in Magento
- 404 error when switching between stores when in a
相关文章
- Magento, translate validation error messages
- Magento API order id vs. increment id
- Unique constraint violation on Magento 1.4.0 to 1.
- Editing Magento sales e-mail payment block
- Adding tags to products in Magento
- Magento Collection GroupBy getSize
- Magento upfront payment
- compare only those product who have same category
Go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file within your magento directory.
Find the code:
and replace with
After this save the file. and Clear you all cache file from var->cache And try to login into the admin.
I think it will work now. thanks
Erase everything in
var/session
and try to login again.What Browser are you using? When I tried to log in with Chrome, it didn't work. Then I tried logging in on Opera and it worked.
If the following is true
then it means the problem is localized to your computer. That said, if this bit is accurate
then it means your computer and/or web browser can't set any cookies. Magento (like 99% of modern web applications) uses a cookie based session implementation, and Magento relies on sessions to surface error messages to end users. Check your browsers security settings, or switch to a different browser. If that doesn't work you'll need to figure out why your computer can't set cookies.