From d9e2649ade57aeeb21e0f4c6e022d08b1cdfeb45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?=
Date: Fri, 29 Mar 2002 20:47:15 +0000
Subject: [PATCH] added a faq entry about bug #536357 - MSIE not connected
through cookies
---
ChangeLog | 3 ++-
Documentation.html | 18 +++++++++++++++++-
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c1082e6d2..aec2cc843 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,8 @@ $Source$
("server" is always the first one).
* tbl_properties.php3, lines 1212-1249: fixed bad dislays with Opera and
removed trailing whitespaces.
- * Documentation.html: removed trailing whitespaces.
+ * Documentation.html: added some words and a faq entry about IE and php
+ cookie bugs.
* libraries/display_tbl.lib.php3: very very light optimizations.
* tbl_change.php3: fixed bug #535984 - JS Error in tbl_change.php3.
* tbl_replace.php3: fixed bug #536707 - undefined variables.
diff --git a/Documentation.html b/Documentation.html
index 2c4862e30..882a9e2f8 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -256,7 +256,11 @@
- Http and cookie authentication modes are recommended in a multi-user
environment where you want to give users access to their own database
- and don't want them to play around with others.
+ and don't want them to play around with others.
+
+ Nevetheless be aware that MS Internet Explorer seems to be really
+ buggy about cookies, at least till version 6. And php 4.1.1 is also a
+ bit buggy in this area!
- Http and cookie authentication modes are secure: the MySQL password
does not need to be set in the phpMyAdmin configuration file. (except
@@ -1353,6 +1357,18 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
Testing needs to be done for Konqueror 2.2.2.
+
+ I can't use the cookie authentication mode because Internet Explorer
+ never stores the cookies.
+
+ MS Internet Explorer seems to be really buggy about cookies, at least till
+ version 6. And thanks to Andrew Zivolup we've traced also a php 4.1.1 bug
+ in this area!
+
+ Then, If you're running php 4.1.1, try to upgrade or downgrade... it may
+ works!
+
+
In Internet Explorer 5.0, I get Javascript errors when browsing my
rows.