You are not logged in.
Pages: 1
Hello,
I need to develop a application where the server do not allow a simultaneous connection of the same user, even if in different IP address.
In your framework, what would be the better way to achieve this requirement?
Last edited by Kobe (2013-04-10 14:00:02)
Offline
I've one concern: what if the session is not properly closed?
The user won't be able to connect until the session is timed out...
I've added reOneSessionPerUser kind of remote execution in TSQLAccessRight, which may fit your purpose.
http://synopse.info/fossil/info/27c03a1ceb
Feedback is welcome!
Offline
Pages: 1