Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

help with login pages

New Here ,
Apr 20, 2010 Apr 20, 2010

Copy link to clipboard

Copied

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.

TOPICS
Server side applications

Views

351
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 20, 2010 Apr 20, 2010

Copy link to clipboard

Copied

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 24, 2010 Apr 24, 2010

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines