View Single Post
  #2  
Old 06-30-2006, 12:44 PM
willis willis is offline
OSP Starters
 
Join Date: Jun 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
willis is on a distinguished road
Default

The simplest is to lookup preferences based on the username submitted
at login.
Some more complicated solutions include building a preference database
keyed by user id wich can then be stored on the users' machines in a
cookie.
The general idea is to save a group of preferences for a user based on
name or ID somewhere on the server and then load those user prefs when
the suer logs in. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - creating user authentication system
View Single Post
  #2  
Old 06-30-2006, 12:44 PM
willis willis is offline
OSP Starters
 
Join Date: Jun 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
willis is on a distinguished road
Default

The simplest is to lookup preferences based on the username submitted
at login.
Some more complicated solutions include building a preference database
keyed by user id wich can then be stored on the users' machines in a
cookie.
The general idea is to save a group of preferences for a user based on
name or ID somewhere on the server and then load those user prefs when
the suer logs in. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote