[Webkit-unassigned] [Bug 111060] [Curl] Session cookies should not be persistent.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 23:27:38 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111060





--- Comment #2 from Brent Fulgham <bfulgham at webkit.org>  2013-02-28 23:30:02 PST ---
(From update of attachment 190688)
View in context: https://bugs.webkit.org/attachment.cgi?id=190688&action=review

The change looks fine, but I don't see that session cookies are being cleared out, unless the call to curl_easy_cleanup() is doing this when the CURLopt_COOKIESESSION  is enabled. That this is correct?
Can you confirm?

> Source/WebCore/platform/network/curl/ResourceHandleManager.cpp:779
> +    curl_easy_cleanup(curl);

So, does this call cause cURL To discard  the session cookies?

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


More information about the webkit-unassigned mailing list