Bug 6531 - document.cookie="killmenothing" doesn't set the cookie
Summary: document.cookie="killmenothing" doesn't set the cookie
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.spiritair.com
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 06:38 PST by David Carson
Modified: 2006-01-14 23:55 PST (History)
0 users

See Also:


Attachments
proposed fix (1.75 KB, patch)
2006-01-14 09:10 PST, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Carson 2006-01-14 06:38:08 PST
Trying to load the site it reports an error that cookies are not enabled, when they are.
Comment 1 Alexey Proskuryakov 2006-01-14 09:10:04 PST
Created attachment 5671 [details]
proposed fix
Comment 2 Darin Adler 2006-01-14 10:00:14 PST
Comment on attachment 5671 [details]
proposed fix

Looks like a fine workaround for what is presumably an NSHTTPCookie bug. We
should also file a bug report at http://bugreport.apple.com about the problem
in NSHTTPCookie.

r=me
Comment 3 Alexey Proskuryakov 2006-01-14 10:45:02 PST
rdar://4409034
Comment 4 Geoffrey Garen 2006-01-14 17:52:07 PST
When landing this, we should probably change the comment to reflect the NSHTTPCookie bug for which 
it's a work-around.