ma5ect Posted June 30, 2008 Share Posted June 30, 2008 Hi PPL, On my website i have setup user log in. once they log in i want to restrict certain users from certain pages.. and on some pages i want the user to enter their username and password again..but i am stuck on how to restrict them.. any user guides on how to tackle this issue..i am using dreamweaver cs3 many thanx Link to comment https://forums.phpfreaks.com/topic/112557-restrict-user-access-on-certain-pages/ Share on other sites More sharing options...
phpzone Posted June 30, 2008 Share Posted June 30, 2008 Perhaps you need to add a "user_group" system as well, so that you can check what group a user is in and based on that ask them for the password again. You will need a way to check whether they have entered a password for a section already, perhaps again you could add a 'sections_auth' array into your $_SESSION and when they auth in a section, add it's ID in there. Link to comment https://forums.phpfreaks.com/topic/112557-restrict-user-access-on-certain-pages/#findComment-578061 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.