We would like to limit the number of times a user can login into our portal.
Thus, if the user is currently logged in and he/she attempts to login again we
want to prevent them from logging in hence limit one login per user. Does anyone know how to do this? It has to be done at the server level.
Thus, if the user is currently logged in and he/she attempts to login again we
want to prevent them from logging in hence limit one login per user. Does anyone know how to do this? It has to be done at the server level.