ID: 5653
Updated by: andy
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Other web server
Operating System: Linux
PHP Version: 4.0.5
New Comment:
this could be because your server is only sending one cookie to
browser
Try creating a script like the one below...
<?
setcookie ("cookie1","helloworld");
setcookie("cookie2","ilovetheworld");
setcookie("cookie3","phprocks");
phpinfo();
?>
go down to the section about the "HTTP Headers Information"
then go to the "HTTP Response Headers." Either post this
information here, or give us the address to that page.
Previous Comments:
------------------------------------------------------------------------
[2001-07-24 02:01:28] [EMAIL PROTECTED]
This is not a browser-specific bug. It's only pike-specifc (roxen) .
I spent some time to undaerstand the roxen-sapi-code, but at last I'm not able to fix
it.
This 'bug' is already mentioned in the README....
..sorry.
So this 'bug' should be listed in 'missing features' or 'todo's' but not maybe not in
'bugs'
------------------------------------------------------------------------
[2001-07-23 19:26:00] [EMAIL PROTECTED]
i meant to say "only lets you set ONE"
------------------------------------------------------------------------
[2001-07-23 19:25:30] [EMAIL PROTECTED]
this is probably a browser related problem (the browser only
lets you set noe cookie per site.) Does anyone else agree
or has somebody actually reproduced this one?
------------------------------------------------------------------------
[2001-05-06 16:45:56] [EMAIL PROTECTED]
is this still the case with the latest 4.0.5 release?
------------------------------------------------------------------------
[2001-05-06 12:31:46] [EMAIL PROTECTED]
This bug is still present in 4.0.5.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=5653
Edit this bug report at http://bugs.php.net/?id=5653&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]