Question

I have done to configure the server & client side setup using redis session store at express+socket.io. But I have faced the problem in cookie. server & clients are in different domain(CORS) and different Server. So i cant handle the cookie. then, I need to use the session store without using cookies.

And Node App are run in multiple instances like multiple server. so, how to manage the all socket session (need to bind within a single session). I also referred connect-redis, passport , mongo modules. and also referred from "https://github.com/exratione/work-already" this link.

Thanks In Advance....

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top