With this component, we are able to create variables in localStorage and sessionStorage. We don't need to store in local entities some flags/data, and we can create, read and delete "global variables" for the application. That avoid queries to entities to get only one flag for example.
Please, check the Documentation Tab for more infos.
Mobile version: Local Storage
Note: It is not recommended to use sensitive data in local storage.
New input parameter in ClearAllLocalStorage and ClearAllSessionStorage:
- IsToRemoveOSVars (Set true if you want remove all vars, include the Outsystems Vars)