[phpMyAdmin Git] [phpmyadmin/phpmyadmin] fb3b72: Fixed random logouts due to wrong cookie path

Michal Čihař michal at cihar.com
Thu Aug 25 09:41:13 CEST 2016


  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: fb3b722da1ae7e87aed06d4868a0dc63d6025dc6
      https://github.com/phpmyadmin/phpmyadmin/commit/fb3b722da1ae7e87aed06d4868a0dc63d6025dc6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ChangeLog
    M js/get_image.js.php
    M js/get_scripts.js.php
    M js/whitelist.php

  Log Message:
  -----------
  Fixed random logouts due to wrong cookie path

Some script did not properly configure their relative path and this
could lead to wrong cookie path being set. This doesn't happen in all
cases as the PHP session engine doesn't seem to set the cookie session
in every request.

Fixes #12251
Fixes phpmyadmin/docker#32

Signed-off-by: Michal Čihař <michal at cihar.com>




More information about the Git mailing list