Avatar

Correct answer by
Employee

Hi Nicolas,

I am guessing its the same issue again. Can you assign a session to _webCamSubscriber too.

So what is happening in your case is that, when you dont assign a session to your collectionNodes & other LCCS components, they use the first default connectSession called the primarySession.

So when you login and logout the first time, you are logging out of your primaryConnectSession. On subsequent login's your components are inactive as your primarySession is inactive.

So the code below might fix your issue, if not can you post your entire src as it helps us provide you faster response.

_webCamSubscriber.connectSession = _session;

Thanks

Arun

View solution in original post