-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 7 Chome/IE10 Error - Admin Login Redirect Loop Due To Cookie Lifetime In Admin #168
Comments
Looped admin login page is not Magento 2 bug, but very secure behaviour of IE and Chrome with cookies(tagged HttpOnly) from localhost. Both these browsers ignore HttpOnly cookies from localhost. Possible solutions are: |
Is there also a solution without reinstalling Magento? |
Simply update your host file on your operating system and point 127.0.0.1 to something like localhost.dev How to: |
[Firedrakes] MAGETWO-45300: Update Date grids to support "From To" filter with the same date
[SUPPORT] Portdown MAGETWO-51015 down to M2.0.x branch
MC-9220 Backport for MC-11681
Hi, I've run into a bug recently when using a clients new Windows 7 Pro machine to try and access the Magento backoffice that causes a redirect loop on the Magento admin login page. You can see the workaround fix here: http://www.yireo.com/blog/1296-windows-7-google-chrome-magento-admin-cookie-problem
I have managed to workaround the bug in the meantime by setting my cookie lifetime to 86400 which allowed me to login to the backend rather than being caught in a redirect loop at the login page. This also seems to apply to frontend logins as well. If this has already been brought up I apologize, however I think it needs to be looked into.
The text was updated successfully, but these errors were encountered: