Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0a1634a12bbcdf3f7147b5fd44ae4fbcace53d57 https://github.com/phpmyadmin/phpmyadmin/commit/0a1634a12bbcdf3f7147b5fd44ae... Author: Michal Čihař michal@cihar.com Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths: M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/common.inc.php
Log Message: ----------- Warn user in case the failed login is result of failed setting of cookie
This can easily happen when switching between HTTPS and HTTP - once you login using HTTPS, the secure cookie is created and it can not be overwritten by non secure one created on HTTP connection making the browser stuck on wrong session ID.
Issue #13872
Signed-off-by: Michal Čihař michal@cihar.com