Page 1 of 1

Multiple user types and database design

Posted: Mon Oct 29, 2007 12:10 am
by arpowers
Hey guys,
The project I'm working on has 4 different types of users with differing levels of rights on the site.

I know this must be a common problem, but how are databases designed to keep track of multiple users and are there any special ways of keeping track of user type across your pages using the session.?

thanks

Posted: Mon Oct 29, 2007 12:29 am
by Christopher
Search for ACL or Access Control List.