Closed
Bug 2006850
Opened 4 months ago
Closed 4 months ago
Cookie changes in the UI get propagated to other tabs even if they are in different containers / private windows
Categories
(DevTools :: Storage Inspector, defect)
DevTools
Storage Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1856645
People
(Reporter: emilio, Unassigned)
References
Details
Reported in Matrix, see: https://scratch.madduck.net/.tmp__screencast-2025-12-18_10.15.45.webm for a repro.
I can reproduce if I visit https://www.odoo.com/trial in two different container tabs.
The value gets updated in both, but if I then close and re-open devtools it is correct.
So:
- Open https://www.odoo.com/trial in one container
- Open the same page in another container.
- Open storage inspector on both and check cookies.
- See how there are two different session ids (good)
- Update the session id to whatever.
- See how it changes in both (bad)
- Close and reopen devtools. See how the right cookie value is back.
Comment 1•4 months ago
|
||
Hi, I've taken this here: https://github.com/mozilla/multi-account-containers/discussions/2836
Good to see it's probably just a devtools issue.
| Reporter | ||
Comment 2•4 months ago
|
||
Perhaps not too surprisingly, it also happens if instead of containers you use a private and non-private window.
| Reporter | ||
Updated•4 months ago
|
Summary: Cookie changes in the UI get propagated to other tabs even if they are in different containers → Cookie changes in the UI get propagated to other tabs even if they are in different containers / private windows
Comment 3•4 months ago
|
||
The severity field is not set for this bug.
:nchevobbe, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(nchevobbe)
Comment 4•4 months ago
|
||
Dupe of Bug 1856645, keeping for triage.
Flags: needinfo?(nchevobbe)
See Also: → 1856645
Updated•4 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•