I have a javascript function that will execute in an iframe of my page to set a localstorage.
On another page, another iframe hosted on the same domain will try to read the value.
A schema below :
Domain A
|---- iframe - Domain B => Set localStorage
Domain C
|---- iframe - Domain B => Read localStorage
Both localStorage function (Read and Write) are hosted on the same Domain (Domain B)
On Safari and Safari mobile, the value is not transmitted from iframe in page A to iframe in page C.
It's working fine on Chrome and Firefox. In Safari, it's acting as if the localStorage of the iframe is specific to the top page domain and not transmitted accross pages, even if the iframe domain is the same.
Does anybody is experiencing the same problem with local storage on safari ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…