From 776bdfb3426ea581b05f4c02b8f5dadeab6efd9e Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Sun, 21 Apr 2013 09:43:13 +0000 Subject: [PATCH] =?UTF-8?q?On=20reset=20bien=20les=20valeurs=20du=20SSO=20?= =?UTF-8?q?de=20PHPMyAdmin=20en=20se=20d=C3=A9loguant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bureau/class/m_mysql.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bureau/class/m_mysql.php b/bureau/class/m_mysql.php index 93f27ebe..97d4cb6e 100644 --- a/bureau/class/m_mysql.php +++ b/bureau/class/m_mysql.php @@ -1031,8 +1031,9 @@ class m_mysql { a @access private */ function alternc_del_session() { - setcookie("REMOTE_USER",""); - setcookie("REMOTE_PASSWORD",""); + $_SESSION['PMA_single_signon_user'] = ''; + $_SESSION['PMA_single_signon_password'] = ''; + $_SESSION['PMA_single_signon_host'] = ''; }