Re: [PHP] Re: Programming Query - Authentication - Multiple Logons

2005-12-14 Thread tg-php
Where I work, the system that was set up before I got here uses session ID and a timeout of a couple of hours. I'm pretty sure that there's a good chance that two people would not be issued the same session ID within a short period of time. Certainly not within say 4 hours. Maybe someone has

[PHP] Re: Programming Query - Authentication - Multiple Logons

2005-12-14 Thread Sarith Chandrasekaran
Hello there, Goal: Preventing multiple user login using the same username & password from different location ( Simoltanous Login) Options Available: 1) IP Checking: One way to prevent multiple people from using the same account to gain access to a restricted area of a site is to store their