0
Is there a way to block a user (array) in a Login Session?
Making a login program that blocks a user from login in.
1 Réponse
0
You should carry an paramenter "isActive" true for non blocked user and false for blocked user in Session array.
Making a login program that blocks a user from login in.