[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 8dc0f4: Use session to indicate switching to new database

Michal Čihař michal at cihar.com
Tue Nov 28 15:51:39 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 8dc0f4b8195dc8824081cb8b7116bc07b6347525
      https://github.com/phpmyadmin/phpmyadmin/commit/8dc0f4b8195dc8824081cb8b7116bc07b6347525
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M db_operations.php
    M libraries/classes/Operations.php

  Log Message:
  -----------
  Use session to indicate switching to new database

There is no reason to store this in cookies.

Issue #11688

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


  Commit: d76606a86978779d29bb2250ec5b2ebc77ba43d9
      https://github.com/phpmyadmin/phpmyadmin/commit/d76606a86978779d29bb2250ec5b2ebc77ba43d9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M ChangeLog
    M libraries/common.inc.php

  Log Message:
  -----------
  Remove cookie cleanup code

We no longer store any structured information in the cookies, so the
upgrade path is not really needed. Also this can cause problems with
third party integrations.

Issue #11688
Fixes #13480

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


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/92a0b8451c63...d76606a86978


More information about the Git mailing list