[Webkit-unassigned] [Bug 183058] New: [Curl] Curl should have an eviction policy in place when a website goes over its cookie limit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 22 13:36:43 PST 2018


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

            Bug ID: 183058
           Summary: [Curl] Curl should have an eviction policy in place
                    when a website goes over its cookie limit
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chris.reid at sony.com

This is to track a FIXME in CookieJarDB.cpp: // FIXME: We should have some eviction policy when a domain goes over MAX_COOKIE_PER_DOMAIN

Here is the priority of eviction defined in RFC6265 section 5.3:
>   When the user agent removes excess cookies from the cookie store, the
>   user agent MUST evict cookies in the following priority order:
>
>   1.  Expired cookies.
>
>   2.  Cookies that share a domain field with more than a predetermined
>       number of other cookies.
>
>   3.  All cookies.
>
>   If two cookies have the same removal priority, the user agent MUST
>   evict the cookie with the earliest last-access date first.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180222/95e16986/attachment.html>


More information about the webkit-unassigned mailing list