문제

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....

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top