Where is Your Storage?

Session Storage

This info will stay for a session. So if you close this tab or open a new one, this info will not be saved. But if you refresh this tab, it will still appear!

Your Storage Items...

Local Storage

This info will stay for a client browser with no expiration. This storage will show up in a new tab or window! But if you clear your cookies for all time then be prepared to say goodbye to local as well (rules change from browser to browser).

Your Storage Items...

IndexDB Storage

This info will stay for a client browser and follows local storage rules. But it follows database storage and retrieval methods. The support on mobile is spotty but it is a greay way to store ad-hoc data.

There is a little more setup involved with indexDB because you have to create a pseudo-schema in an objectStore but you can do it - I believe in you.

Your Storage Items...