Skip to main content
Known Participant
April 20, 2010
Question

help with login pages

  • April 20, 2010
  • 2 replies
  • 368 views

Hi,

I  am currently building a new dynamic site in which different distributers of this companies products can log into and make orders build quotes ect... on their own personalized section of the web site. I have been able to create a login page and restrict access to other pages through that page, however I want to be able to build it so that when a individual distributor enters in their personal username and password it directs them to their personalized section of the site that other distributors cannot see. Any ideas will be great. Thanks.

This topic has been closed for replies.

2 replies

April 24, 2010

I have done the script where will direct the users to their respective page based on their user level. Im not sure whether this is similar to wat u are needed.

Participating Frequently
April 20, 2010

Most often, when users log in they are all directed to the same dynamic page, but they contents of the page are populated from the database specifically for them. You can use url rewriting to make the url look like it is a unique page for each user. If you do want to actaully have unique pages, then you can store the users "home" url in the database and use that to redirect once logged in.