This plugin allows you to manage web storage (aka local and session storage) and allows you to access read or write data in it.
You can also set an expiration date for a local storage key, so that when someone tries to read it (with this plugin), it removes the key if expired.
Local storage is similar to Session storage, except that while Local storage data has no expiration time, Session storage data gets cleared when the page session ends — that is, when the page is closed.
NOTE: Local storage data for a document loaded in a "private browsing" or "incognito" session is cleared when the last "private" tab is closed.
Very easy to use and does what it promises. Improvement request: The plugin Local Storage & Cookies plugin has a wonderful feature, which is the split using the separator "|". This allows me to save and read multiple keys in the same element, which is very useful and a time saver. Hypothetical example: Session Local/Storage Write: [ {key = Name|Last Name|email|age} {value = Jonh|Snow|[email protected]|32}] The same applies to reading. The plugin i mentioned is open source! Implementing this function would be a significant productivity boost.
This is the best local storage plugin ever !!!
August 16th, 2023
Basically, we can't set the expiration of the local storage. But this plugin allow us to set that, Super helpful !