I have a Vue app within a Laravel app. On logging in a user is issued authenticated session cookie by Laravel and after that, I set authenticated to true in the local storage localStorage.setItem("authenticated", "true"). When the session expires authenticated is still true. How can I remove the key when the session expires?