Share local storage between site ‘x’ in a tab and the site ‘x’ inside an iframe of another site ‘y’
Currently my site has a local storage key call isLoggedIn which is set to true after login. when the site is again opened in another tab then the new tab will also be logged in using the local storage value. Till this step no problems occured.