I have integrated CuteIM with my web application using the Integration package.
All the functionalities work fine.
I am trying to get the number of users online with Instant Messenger users.
However, I discover that the LastLoginTime in the Users table is not being updated when users open the Messenger window.
Therefore the number of users online is always 0.
How should this LastLoginTime be updated?
Thanks.