How did you do your authorizations in your projects.
I have 4 table for this but I'm so confused.
User table: ID, AuthID, Nick (like 1, 1, kad1r)
Pages table: ID, PageName (1, Default.aspx)
Manager table: id, mName (1, Admin)
Auth table: id, pageid, managerid, stuation (1,1,1, E)
I have a auth.aspx and in this page I need to know all datas in pages table and users with authorizations.
PS: Default.aspx - kad1r - E
Auth.aspx - kad1r - H
How can I do this?