Question
Dynamic Websites & User "account pages"
What would be the easiest way (the less code, the better) to
create a dynamic website where users can log into their own custom
pages? I have already set up a database that users can enter login
info, and I know how to use the "User Authentication Wizard" in
Dreamweaver so a signed-up user can log into a generic page, but
how do you make it THEIR page? With just their own information? Do
you use Session, Cookie, or URL parameters? How?
