2024-04-26 09:36 BST

View Revisions: Issue #1907

Summary 0001907: Ability to mark cookies as permanent
Revision 2013-12-23 14:01 by Vincent Sanders
Description It should be possible to mark cookies as permanent such that they do not get deleted (when, say, you select all cookies and click the trash-can icon on the cookie toolbar).

Implementation note: the urldb already has a "no destroy" field for cookies. This is probably the thing to be using here; it's currently unimplemented - cookie_delete should probably pay attention to this.

This also gives rise to the interesting question of how to allow the user to delete a cookie they've marked as permanent. I guess that they'd have to make it non-permanent first.
Revision 2006-10-22 02:00 by John-Mark Bell
Description It should be possible to mark cookies as permanent such that they do not get deleted (when, say, you select all cookies and click the trash-can icon on the cookie toolbar).

Implementation note: the urldb already has a "no destroy" field for cookies. This is probably the thing to be using here; it's currently unimplemented - cookie_delete should probably pay attention to this.

This also gives rise to the interesting question of how to allow the user to delete a cookie they've marked as permanent. I guess that they'd have to make it non-permanent first.