• One session for user on web portal

    Hi everyone,

    Is there a way to set only one session for a user? Nowadays, users can open different sessions on web portal with different Web Browser.

    If possible, I want that when a user is logged in on the web portal, if the same user tries to log in…

  • Disposing/Closing of cloned sessions

    we encounter a problem with the parallel usage of sessions. It doesn't matter if it's done with `Task.WhenAll` or `Parallel.ForEach`.
    After Disposing a cloned session, the session is still alive (sleeping). And it doesn't seem that those sessions…