ID: 15069
Updated by: hholzgra
Old Summary: Problems using cookies
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Unknown/Other Function
Old Operating System: Windows 2000
Operating System: im guessing, all
Old PHP Version: 4.1.1
PHP Version: 4.0.6
New Comment:

you know that the security model of IE6 has changed 
regarding cookies?

by the way: setcookie will only give error output
if cookie headers can't be added anymore as content
output has already started 

there is no way for setcookie() to find out whether
the client will accept and use the cookie as the
client will resend the cookie beginning with the *next*
request if it accepted it

HTTP is a request based protocol

client sends a request, server sends result back
no further communication is done between them 
during the request, the server just pushes out
its data letting the client deal with it, the
server does *not* recieve any feedback (unless
the connection terminated, it will be signaled
then)

so no way to find out if a cookie will be accepted
at send time


Previous Comments:
------------------------------------------------------------------------

[2002-01-16 12:07:42] [EMAIL PROTECTED]

Using a windows xp professional with ie 6.0 installed as a client and
windows 2000 server as with IIS 6 web server i can't use the cookies
functions. The problem is simple:
-The setcookie function seems to work properly,he doesn't give any kind
of error output
-When i try to read the cookie i've created i can found only cookies
with no sense strange names and values that remains always same but not
my cookie.If i repeat the script many times the cookies number rest the
same with the same strange names and values......

I think it's a bug but i'm not a real programmer like you...... please
tell me if it is and can be solved or if i made mistakes setting my
server cause i'm the only one with this problem.

THANK YOU!

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15069&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