multiple users login
Posted: Wed Jan 30, 2008 11:02 am
Hello,
My experience with PHP is not extensive. I want to find a way to create a concurrent login account on a website. This will allow say, 2 people to be logged in under the same account, but will not allow a third. I realize I can do this through simple db entries, but I'm wondering if there's a more clever way.
Thanks
My experience with PHP is not extensive. I want to find a way to create a concurrent login account on a website. This will allow say, 2 people to be logged in under the same account, but will not allow a third. I realize I can do this through simple db entries, but I'm wondering if there's a more clever way.
Thanks