Hello, this is my first post here and glad that this place exists!
Anyways, hope I can get some help on this... I use PHP & Dreamweaver and trying to figure out what's best way to have users log-in and be able to make it so users have access ONLY to their own respective listings, where they view specific info that they enter and modify as need be. I do have a database and user's table, worked out, authorization by levels, a basic CMS page where clients can add/modify/delete their own entries... BUT, what is best way to isolate access to each logged-in user's CORRESPONDING info?? by sessions ID? by passing thru each user's ID/PW combo to automatically pull-in their info? just not sure if that is the correct way, security and process wise...
well, that's it.. appreciate any feedback