Allowing Users to only View their Page

C

craig.buchinski

Ok i have created a login, what i want to do is each time a user logs
in, i want to direct them to their own web page and not a "community"
web page. Any help would be great.
 
B

bpd

Ok i have created a login, what i want to do is each time a user logs
in, i want to direct them to their own web page and not a "community"
web page. Any help would be great.

At a very high level:

Setup a database table (SQL Server, Access, whatever your
preference) or an XML file
that associates the user id with a web page.

Upon successful login, retrieve the web page from the database
table or xml file based on
the user id.

Redirect to that page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top