Jump to content

restrict user access on certain pages


ma5ect

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.