From:             [EMAIL PROTECTED]
Operating system: Win 2000
PHP version:      4.1.1
PHP Bug Type:     Session related
Bug description:  IE 6.0 and Cookies doesn't work

maybe this issue was discussed in an former topic? Nothing found
sophisticating. 

Using mantis 0.16.1 with php 4.1.1 as module in apache on an w2k server. 
Using IE6.0 (6.0.2600.0000)cannot login -> not cookie appears. although
"accept cookies" is activated 

Using IE5.5 @ w2k or NS6.1@nt it works fine. 

some testpages I have copied from this and other webpage show the same
result. Like 

<? 
setcookie("test","testing"); 
phpinfo(); 
?> 

shows for IE6.0 (@nt or w2k) (after reloading the page several times) 
Set-Cookie: test=testing for http response header 
but nothing elsewhere 

for NS6.1 (@nt) (after reload 1 time) 
the proper value appears in: 
- ApacheEnvironment HTTP_COOKIE 
- Response & RequestHeader 
- php variables _COOKIE["test"] & _SERVER["HTTP_COOKIE"] 

So Apache, PHP, IE55, NS61 seems to work correct. But IE 60 does not... 

The really wired is, that only one browser (IE60) in our group is able to
have cookies. Another IIS/ASP-application 
in out LAN shows the same behavior. So maybe it's not a sort of PHP bug.
More a communication problem between PHP and IE6.0. 

Nothing found at Microsoft site!
Does anybody know more about this issue? 
Please reply to [EMAIL PROTECTED] 

Thanks a lot. 


-- 
Edit bug report at: http://bugs.php.net/?id=15219&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to