- >> if the user is locked out (1 yes -- 0 no)
>> how long the user is locked out
>> time of lockout
But here is what I wanted input on:
Should I go a AJAX in which if it returns the user is locked out, it changes the layer that I have that is 100% width and height to make it visible, and absolute?
Or should I just have PHP redirect the user to a lockout page when they are locked out.
Or should I just have PHP log the user out. <--- This would be a last resort because I wanted to have the lockout text have why the user is locked out and how long it is and how long they have left.
So any ideas?
Can you tell me some stuff to search for/look at?
Thanks!