Forums
This topic is locked
multiple authentication required areas on 1 site..
05 Oct 2006 04:35:59 jay gee posted:
hi there!I have just figured out how to use php/sql plus dreamweaver tools to create a password protected area on my website.
However, I have 4 different products, and a problem arises.
When I created the first password protected area for product #1, no problem...
However, when I created 2nd area for product #2, I noticed that if I logged into area number one, and then pasted the url of the logged in area for area 2, I could access that too...
Basically, I need to separate the membership areas, and because authentication only requires username/password, once they are authenticated, they can access other areas as well.
Understand?
I guess I will have to add some additional field but I am not quite sure what or how...I tried adding access levels, but it didn't really seem to work...
anyways, hope to hear back on this
Replies
Replied 05 Oct 2006 11:56:31
05 Oct 2006 11:56:31 Roddy Dairion replied:
Well access level is a gud idea for each assign and access level if user has logged into page 2 and doesn't have access to page 2 then redirect him to the page he has access to.