Hi
Having never done any kind of serious user registration (except some intranet stuff), I figured I'd see what you guys typically do. I'm working on a site that will allow users to register, so that certain preferences, favorites, etc are saved. I'm assuming I'll just do something like save the users username and password as a cookie, and set everything in the session? or do people typically pull everything from a db each time?
I guess i'm just looking for general practices that most people use.
Thanks.
Having never done any kind of serious user registration (except some intranet stuff), I figured I'd see what you guys typically do. I'm working on a site that will allow users to register, so that certain preferences, favorites, etc are saved. I'm assuming I'll just do something like save the users username and password as a cookie, and set everything in the session? or do people typically pull everything from a db each time?
I guess i'm just looking for general practices that most people use.
Thanks.