Hello,I have a small problem, I have many users in a room, that are
talking in private, 2 by 2. Whenever one finishes a conversation, I log
both of them out of the room. After that, they have a button that should
enable them to start a new conversation.My problem is that I don't have
an event that fires up after that user logs in. I have tried the
listener: SessionEvent.LOGIN, but it dosen't appear to work.So my
questions:1. how do I know when I'm logging in after doing:
cSession.login()2. Is th...