You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localStorage would persist across sessions (and potentially browsers). sessionStorage gets cleared as soon as the last tab on the owning site is closed.
This function read the table search filters from the local storage of file:
https://github.com/userfrosting/UserFrosting/blob/master/app/sprinkles/core/assets/userfrosting/js/uf-table.js
Can we store information using sessionStorage API instead of localStorage?
The text was updated successfully, but these errors were encountered: