PHP login script with unique user check

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
nerstu
Forum Newbie
Posts: 2
Joined: Thu Jan 06, 2005 8:50 am

PHP login script with unique user check

Post by nerstu »

I'm having problem finding a solution that just allows one of each unique users to be logged in at the same time.

Anyone got any tips on how to solve this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

nerstu
Forum Newbie
Posts: 2
Joined: Thu Jan 06, 2005 8:50 am

Post by nerstu »

Thanks, but not exactly what I was looking for.

Here is the problem more that I want to prevent different people with access to the login to use it at the same time as it is a pay-per-loginname kind of site.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the logic is discussed in that thread. Just ignore the parts about allowing another login through that account after x time of inactivity..
Post Reply