View Full Version : Preventing many users from logging in from One account
tanhadil
09-09-2004, 08:38 PM
Is there a way to prevent it?
Xenon
09-09-2004, 08:53 PM
well, if your users have static ip's then it's no problem, but if you have users with dynamic ip's it's not possible
tanhadil
09-09-2004, 10:40 PM
well, if your users have static ip's then it's no problem,
can 2 users log in at the same time? using the same account?
if yes how do i prevent that
nexialys
09-09-2004, 11:17 PM
actually, users are verified by username/password only... to have a solid verification based on IP, you have to filter the sessions, but also the login cookie... so between two clicks, the user is verified, and if the IP changed, the user have to re-login to have access... so a second user would have to login and login again until the first user is logged-out...
this can be done quickly with that explanation.. ;)
tanhadil
09-09-2004, 11:22 PM
ok now how do i code that :p me n00b at php
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.