I want to let the user login and a few actions will give them a string, this string needs to be stored somewhere so that even after they logout and login later on, the string can get auto-filled in a text box.
- Frontend: React
- Backend: Node, mysql
Would cookies be feasible? If so kindly guide me as to how.