
- You are not logged in. | Login
November 17, 2006 2:50 am
- jjjlc1983
- Member


block username from logging in more than once
I need a script that will prevent multiple users from logging in using the same username.
The script should be able to detect if a username is already logged in, and if so, display an alert box.
I'm new to php and mysql, but it looks like sessions would be the way to go rather than cookies.
Any ideas?


