Closed Bug 830072 Opened 11 years ago Closed 2 years ago

IndexedDB does not honor network.cookie.lifetimePolicy

Categories

(Core :: Storage: IndexedDB, defect, P5)

x86
Windows 7
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: shgold30, Unassigned)

References

Details

If network.cookie.lifetimePolicy is set to 2 (session only), IndexedDB databases are still persisted across sessions.
Jonas, what do you think about this?
We should fix this by hooking up the new temporary storage to this pref. I.e. if network.cookie.lifetimePolicy is set to 2 we should clear all the data in the temporary storage when the browser is shut down. Probably by simply deleting the top-level directory?
Depends on: 785884
Priority: -- → P5
Depends on: 1681493

We've been clearing QuotaManager storage based on session durability at shutdown for a while now.

Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
No longer depends on: 1681493
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.