single user needs to log in at multiple locations

Has anyone figured out how to make the scriptcase security module allow a user to log in multiple times at different locations? I would like to limit it to 3 simultainious sessions. Any thoughts or suggestions would be great.

  • Jason

You need some kind of login and logout count to the user. But it will go wrong sometimes if the user is not loggin of decent. Look at Scriptcase itself which has the same issue. You can extract the ip and the login and store it in a separate table. A select count on userid will tell you if the amount (3) of logins has been reached. One of a solution.