Re: [PHP] Blocking login on the same username from diffrent computers

2005-07-13 Thread Raz
Yaron, You could store a 'logged in/out' status flag in a db...then reference it upon login, and use a chron job to tidy up any loose sessions every so often. raz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Blocking login on the same username from diffrent computers

2005-07-13 Thread YaronKh
Hello I'm looking for away to block login to my web site from different computers on the same username, In other word: Only one person can be logged on to the web site with a username, if anyone else tries to log on while the first person is still logged on he will be blocked until the f