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
flat-fuchsia•15mo ago
@andredewaard Were you able to find the solution?
cc @TkDodo 🔮
fascinating-indigoOP•15mo ago
I just do the sessionStorage.clear() method to be sure it’s removed.