Search:

Type: Posts; User: rvkvino

Search: Search took 0.02 seconds.

  1. Thanks for your reply. This is working for me...

    Thanks for your reply.
    This is working for me now. When I refresh the page it didn't get terminate the currently active session. But my goal is I have to terminate if any other session opened with...
  2. I have tried in all the way, but couldn't get the...

    I have tried in all the way, but couldn't get the solution yet. Still the same session getting close when the page gets the refresh. The Same session also getting close. Please, could you help with...
  3. Hi DarioCrivelli, I couldn't fix the issue yet,...

    Hi DarioCrivelli,
    I couldn't fix the issue yet, I have been trying long days but couldn't write exact code. I have written like below,
    @SuppressWarnings({ "rawtypes", "unchecked" }) @Override...
  4. I have tried the below code, but didn't help this...

    I have tried the below code, but didn't help this to solve the issue,
    if (userinfo.containsKey(user)) {
    sessions.remove(userinfo.get(user));
    notifySessionClose(userinfo.get(user));
    throw...
  5. Light streamer delete same user loggedin previously

    In my case, I need to delete the session who logged in with the same credential in previously. It shouldn't allow keeping same user credentials to more than one user. So that I need to terminate the...
Results 1 to 5 of 5
All times are GMT +1. The time now is 10:51 PM.