Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing user personal Settings for a site

Status
Not open for further replies.

joelwenzel

Programmer
Jun 28, 2002
448
Hi,

I am developing a site that allows users to view data. Each user, however, may wish to view the data in slightly different ways (eg, different graphs, different labels, different layouts, etc). Should these user preferences be stored in a cookie or in a database? I'm leaning towards database because users will likely be viewing the information on different machines...but I've never used cookies before so figured I should consider them.

thanks
 
Take a look at the Profile object. As for the different machines.. users will have their credentials, right?
 
Use the database. Settings can then be changed or added or deleted easily. And you won't have to worry about possible cookie problems.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top