[✅ Complete] Logged-in sessions persisting across subdomains. Planned
Can someone confirm that with your DOM package, if a member logs in on domain.com, that it will keep that session active on app.domain.com as well?
Is there a workaround Tyler Bell you would recommend on the front-end using localStorage or something?
Comments
4 comments
Hey all! I'm happy to report this feature has been released. https://docs.memberstack.com/hc/en-us/articles/18004875142555
I can’t think of any workarounds at the moment. Cross-domain sessions are tricky because of how strict browsers have gotten with tracking / security.
Right… it seems to be like this could be solved by sending a login token to a secure endpoint and then that returns a success or failure state.
We have a working prototype for this. I’ll keep you updated as we continue working out a solution.
Please sign in to leave a comment.