Expired Cookies Not Removed by Cookie Manager
Categories
(Core :: Networking: Cookies, defect, P5)
Tracking
()
People
(Reporter: david, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-would-take])
Attachments
(1 file)
62.69 KB,
image/jpeg
|
Details |
Reporter | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Reporter | ||
Comment 4•11 years ago
|
||
Updated•11 years ago
|
Reporter | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Reporter | ||
Comment 8•11 years ago
|
||
Comment 10•11 years ago
|
||
Reporter | ||
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
Comment 13•10 years ago
|
||
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Reporter | ||
Comment 16•10 years ago
|
||
Updated•9 years ago
|
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•6 years ago
|
||
Comment 21•5 years ago
|
||
Might this bug explain the misbehaviour that I found today with Firefox 72?
… Where Firefox failed, today, Cookie Quick Manager succeeded. …
It's remarkable that the extension found anything for the sites, so soon after Firefox had supposedly removed the data. …
Comment 22•3 years ago
|
||
Hi David!
I'm trying to reproduce old bugs to see if we can resolve any. Could you please tell us if this is still happening with the latest version of firefox?
Thanks!
Reporter | ||
Comment 23•3 years ago
|
||
First of all, I am a SeaMonkey user. While I now have Firefox, I marked its cookies.sqlite as "read only". I only use Firefox for those very few Web sites that refuse to render with SeaMonkey.
On top of all that, I am still with SeaMonkey 2.49.5 because later versions broke extensions that I very frequently use.
Thus, I cannot be any help with this.
Comment 24•3 years ago
|
||
Expired cookies are still not purged in 92 and Nightly.
Comment 25•3 years ago
|
||
Hi Jens!
It seems this bug is still active. Is there any ongoing investigation about this?
Thanks!
Comment 26•3 years ago
|
||
(In reply to Qwerty from comment #24)
Expired cookies are still not purged in 92 and Nightly.
Jan, can you confirm this?
Comment 27•3 years ago
|
||
Necko needs to investigate this.
Comment 28•2 years ago
|
||
This is still present in Firefox 102.0.1 - Cookies past their expire date are still present in the sqlite and displayed in Firefox. Expired cookies are a privacy/security concern as they may contain login details or other private data. I don't think they are accessible by websites, but there is nothing to prevent applications or viruses from reading the sqlite file. During browser startup or shutdown is when I would expect these cookies to be deleted. Short term solution could be to have a "Clear Expired Cookies" button on the "Manage Cookies & Site Data" panel.
Comment 29•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 16 votes.
:dragana, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 30•2 years ago
|
||
Ed, can you take a look?
Comment 31•2 years ago
|
||
I have confirmed this is still an issue in 106 nightly. Expired cookies are NOT sent to the server, but are visible in console.
Though it's still unclear what the solution is, I see at least 3 proposals:
- Cleanup on startup or shutdown (potential performance issues)
- Cleanup during idle
- Manual button trigger
Since this issue is so old it may be worth summarizing methods for cookie cleanup that currently exist
- Manual cookie deletion
- Settings > Clear Data
- Cookie purging on addCookie described here
Dan, do you have any thoughts on this?
Comment 32•2 years ago
|
||
De-prioritizing. Though if we get a patch proposal we would take the fix.
Comment 33•2 years ago
|
||
Dan, do you have any thoughts on this?
Scratch the "Manual button trigger" option: in practice we might as well do nothing than spend time coding a solution hardly anyone will think about using.
Startup would be bad, shutdown might be OK, but probably we just need to do a periodic sweep. We could also tweak the purging on addCookie to be more aggressive (don't stop at 3000, clear them all out, or at least until it's ~10% or so under the limit)
Description
•