jmci Posted October 22, 2011 Posted October 22, 2011 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?
Vaughan Posted October 22, 2011 Posted October 22, 2011 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. 1
Recommended Posts
This topic is 4797 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now