clear persisted cache from sessionStorage
Im trying to implement sessionStorage and want to clear all after logout, what is the way to go for this?
everything gets persisted nicely but when i logout i want to do:
but this doesn't reset the sessionStorage, what is the best way to do this?
or do we just do
2 Replies
optimistic-gold•2y ago
@andredewaard Were you able to find the solution?
cc @TkDodo 🔮
optimistic-goldOP•2y ago
I just do the sessionStorage.clear() method to be sure it’s removed.