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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 19 03:32:21 PDT 2007


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





------- Comment #5 from ddkilzer at webkit.org  2007-05-19 03:32 PDT -------
(In reply to comment #4)
> A cookie is shown in the cookie viewer in Safari and Webkit. Previous nightlies
> did not have this problem. How can I check if a requested cookie is not
> returned to the server? Thanks.

You'd have to run a packet sniffer like Ethereal or Wireshark (which don't have
"native" OS X builds; they only run under X11) or running the tcpdump command
to save the outgoing packets.  Then you can look at the HTTP headers sent by
Safari/Foundation to determine if the cookies went out.

What does the cookie look like, e.g., it's domain ("web site"), name, path,
secure, expires, contents (if it's not private)?


-- 
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