how to remove session data on tab close in redux\ code example
Example: how to remove session data on tab close in redux\
window.onbeforeunload = function() {
localStorage.clear();
}
window.onbeforeunload = function() {
localStorage.clear();
}