Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.8.x
-
None
Description
After deleting the matching cookies in QNetworkCookieJar::setCookiesFromUrl(), Check is missing to delete expired/session cookie.
isDeletion flag is checked before entering the loop to delete the oldest cookie but it should be done if the first loop fail to delete the matching cookie.