ID: 16408
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Session related
Operating System: Windows NT (IIS) & AIX (Apache)
PHP Version: 4.1.1
New Comment:
I thing, you forgot to place quotes around variable name
Instead of
session_register(User); BAD
use
session_register("User"); OK
Previous Comments:
------------------------------------------------------------------------
[2002-04-03 09:46:55] [EMAIL PROTECTED]
Hmm. I use IE6+Linux/Apache and I don't have problem.
Could you look into packets using sniffer? and see if there is any
difference with IE6 and IE5.
Ehtereal works on a lot of platforms and very easy to use.
http://www.ethereal.com/
------------------------------------------------------------------------
[2002-04-03 04:16:46] [EMAIL PROTECTED]
In IE6 we have on some PCs the problem that the session data will not
saved:
First page:
session_start();
$User = "root";
session_register(User);
Second page:
session_start();
echo "$User";
Now nothing will displayed... :-(
This Problem occures only in IE6 an never in IE5.x
Stephan
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16408&edit=1