October 22, 201114 yr Everybody probably knows how to do this except me. How do I permit a user to save application preferences so that they carry forward from one session to another without the possibility of another user changing the preference value?
October 22, 201114 yr You'll need a "Users" table, and a way to identify which user has logged-in (and a way to make User records for new users). Once this is done then loading the preferences is pretty simple. I usually link user records to account names.
Create an account or sign in to comment