We actively store data in local storage, session storage and cache. Until user clicks on logout button we do not clear the any of these data and we do not make user force logout. How can we flush out the old data when we have new data to put into cache and local/session storage?
Below are the current ways to flush out old data and get new data
- Manually clearing out cache and local storage works fine.
- Opening the application in an Incognito window works fine.
New contributor
Ankit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.