[Webkit-unassigned] [Bug 13777] Username and password not saved in cookie

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 26 09:40:38 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13777


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |Page Loading




------- Comment #10 from ap at webkit.org  2007-05-26 09:40 PDT -------
I haven't been able to reproduce this yet. I do see that cookies are saved
somewhat irregularly (for example, deleting all retrobike.co.uk cookies and
restarting the browser sometimes results in some of them being still there),
but it may be normal, caused by NSHTTPCookieStorage asynchronous nature.

Also, there is an apparent problem with the server, which sends multiple
Set-Cookie headers for each cookie; not sure how we deal with it:

Set-Cookie: phpbb2mysql_data=<skipped>
Set-Cookie: phpbb2mysql_sid=<skipped>
Set-Cookie: phpbb2mysql_data=<skipped>
Set-Cookie: phpbb2mysql_sid=<skipped>

Even worse, the server sets the cookies in a response with an incorrect status
(302 Not Modified, instead of 200 OK).

Peter, I am sorry for asking you to double-check your findings, but this looks
very much like a random server-side fluctuation, rather than a recently
introduced WebKit bug. Could you please try to narrow down the range where the
problem occurred to a pair of consequent nightly builds?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list