I am integrating togetherJS for building co-browsing experience for my web application.
As my application requires user login (cookie and session) I am not able to share logged IN browser session with another user(s).
When user1 is logged-in on his/her browser and shares session with user2, user2 is presented again with login screen because user1 client/server cookie/session is not known by user2 browser.
I understand togetherJS sync browser only thru URLs (via web sockets) but wanted to understand whether there is any better way to sync browser cookie/server-session between multiple users using togetherJS or something else?