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

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 8dc0f4b8195dc8824081cb8b7116bc07b6347525 https://github.com/phpmyadmin/phpmyadmin/commit/8dc0f4b8195dc8824081cb8b7116... Author: Michal Čihař <michal@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@cihar.com> Commit: d76606a86978779d29bb2250ec5b2ebc77ba43d9 https://github.com/phpmyadmin/phpmyadmin/commit/d76606a86978779d29bb2250ec5b... Author: Michal Čihař <michal@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@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/92a0b8451c63...d76606a86978
participants (1)
-
Michal Čihař