As I store the Session user in a $localStorage
, it poses a challenge for me since my system caters to users in the marketing industry who may not always use their own personal computers every time they access the application.
If a user forgets to log out before closing the application, I need to find a way to remove the session value
from the $localStorage
.
My question is: how can I achieve this?