Forum Moderators: DixonJones
I am trying to determine which method to implement htaccess/cookies/sessions. Is one more secure than another or easier to implement/maintain?
My aim is to create a login page that will enable users login once and give them access different directories depending on their level of authority. Any maybe use groups so users can access all pages their group allows.
a sample dir structure
/product1 - access all
/product1/staff - staff + managers only
/product1/staff/managerc - managers only
/product2 - access all
/product2/staff - staff + managers only
/product2/staff/manager - managers only
Any ideas or suggestions would be greatly appreciated.
cheers Fudge