As a part of the voting app project, I need to persist the search information when the user logs in (and display it later, so that the user need not search it again), how can I do this? Are cookies useful for this? If so, how can I do this using cookies
Subhan95
1
You can also use LocalStorage. Here’s a link to its api doc - LocalStorage
Another helpful link: StackOverflow Q&A
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
|
Cookies Practice
|
9 | 1941 | November 2, 2016 | |
|
Backup session persistance for cookie disablers
|
0 | 411 | February 21, 2019 | |
| Saving user choice on local storage - need a help | 1 | 520 | September 7, 2018 | |
|
Advanced Node and Express
|
2 | 564 | October 17, 2018 | |
| Login for react app | 0 | 238 | April 6, 2021 |