Hi, can you all please provide me an insight on how and what is the best way to store the User ID and Password for the user in the application. I have a settings screen and the form but having a tough time on where to actually store/save/retrieve these. Are the following options any good and can they be done
1) Store the values in a cookie
2) HTML5 Local Storage
3) Store the values in a database - This is the least preferred option. I have to create a table in the customer database which i am trying to avoid
Any help is appreciated.
Thanks