Multiple session/Multiple User SQL table write problems

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
exogate
Forum Newbie
Posts: 1
Joined: Sat Jul 17, 2004 9:54 pm
Location: Adelaide, Australia

Multiple session/Multiple User SQL table write problems

Post by exogate »

Hiya.
I just wondered if anyone has ever run into the problem of people logging into a production website multiple times and overwriting SQL record data.
If so how did you overcome it. Would it be possible to restrict records by some kind of sessionid, or restrict sessions all together to only allow one session to be open under any one user at a time?

Thanks
Sasha
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply