how to prevent concurrent login?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tisa
Forum Commoner
Posts: 27
Joined: Fri Nov 28, 2003 1:14 am

how to prevent concurrent login?

Post by tisa »

hello, i want to prevent concurrent login, someone can help me?

Thanks you!!
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

sessions are a very good place to start for this :

http://www.php.net/session
Post Reply