So i am saving my Session user into a $localStorage
however since my system is used in the marketing business my users wont be using their own private computer each time they need to access the application.
Because of this if a user choose not to log out before exiting the application i will have to remove the session value
from the $localStorage
My question is how?