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

share the same socket.io channel among browser tabs #587

Closed
soleiljy opened this issue Oct 20, 2011 · 1 comment
Closed

share the same socket.io channel among browser tabs #587

soleiljy opened this issue Oct 20, 2011 · 1 comment

Comments

@soleiljy
Copy link

Hi,

It could be a dumb question, but i would like to get some help.

Let's suppose a browser opened with 100 tabs. In the current socket.io implementation, i think each tab would make its own connection with the server, and therefore 100 different socket.io channels would be generated.

Question: Is there any way to share the same socket.io channel among browser tabs which use the same (domain) cookie?

thanks in advance

@josephg
Copy link

josephg commented Nov 1, 2011

I think its impossible to share javascript objects between multiple tabs, even if they are all from the same domain.

This issue was closed.
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

2 participants