Local storage and Session storage are browser storages where frontend code can save small pieces of data without sending a request to the server.
They often store interface settings, form drafts, technical flags, temporary states, and sometimes data that should not be there.