Closed
Bug 394389
Opened 18 years ago
Closed 18 years ago
globalStorage, sessionStorage and multiple tabs
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: hnuwern, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
sessionStorage is not shared for one domain in different tabs is this intended?
globalStorage behaves in the same way if cookie security is set to session only. If cookie security is set to allow all globalStorage behaves as expected.
I think globalStorage should be shared across mutilpe tabs even if cookie security is set to session only, nevertheless the storage should be delete while closing firefox.
I expected sessionStorage to be shared across tabs for one domain but maybe the current behaviour is intended.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•18 years ago
|
||
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6)
> Gecko/20070725 Firefox/2.0.0.6
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6)
> Gecko/20070725 Firefox/2.0.0.6
>
> sessionStorage is not shared for one domain in different tabs is this intended?
Yes, sessionStorage is per-tab.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
an what about globalStorage?
Resolution: INVALID → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•