Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari not setting cross domain localstorage #10

Closed
npatelseamless opened this issue Mar 11, 2015 · 8 comments
Closed

Safari not setting cross domain localstorage #10

npatelseamless opened this issue Mar 11, 2015 · 8 comments

Comments

@npatelseamless
Copy link

So on the Safari v 8.0.2, cross domain local storage doesn't seem to be getting set at all however it's not throwing any errors within the console. No issues from Firefox and Chrome however. Let me know if you have any questions.

Thanks

@ofirdagan
Copy link
Owner

Hi @npatelseamless, I'm OOO this week. I'll get back to you asap.

@beckelmw
Copy link

Any thoughts on this?

@ofirdagan
Copy link
Owner

Hey, I did manage to reproduce. From some reason Safari doesn't share it's localstorage between tabs. I need to look into it more. If u get any ideas on how to solve it please advice :)

@manigandham
Copy link

manigandham commented Jun 24, 2015

Apple has updated the defaults on Safari 7+ both on desktop and mobile to block 3rd party data. The option is now called "Block cookies and other website data" which refers to things like localstorage which are now completely isolated by domain.

There are no workarounds anymore.

@danamajid
Copy link

Does this mean this way of sharing localStorage data is not/will not be possible on Safari?

@manigandham
Copy link

manigandham commented Sep 3, 2015

Outside of using a redirect to set first party cookies - no, it's not possible on Safari.

@mdaguerre
Copy link

Hey, any update on this? I'm trying to set the xdLocalStorage on safari but isn't working

@ofirdagan
Copy link
Owner

like @manigandham and @danamajid said. currently it doesn't seems like there's a solution for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants