Closed
Bug 1785150
Opened 3 years ago
Closed 3 years ago
localStorage data is not accessible by different windows in the same local domain
Categories
(Core :: Storage: localStorage & sessionStorage, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1730419
People
(Reporter: mitch, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
From file:///D:/Drug%20Reminder/drug_reminder.html, in JavaScript, wrote data to localStorage.
Used a link to open a window file:///D:/Drug%20Reminder/setup.html.
Actual results:
localStorage data from the first window is not present in the second window.
Expected results:
Since both windows are in the same domain, localStorage data should be seen in both. This works correctly in Chrome.
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•