I try to set a score to webstorage, I tried both local storage and session storage.
I would like to set the score, redirect the page and then access the session/local variable using javascript.
It should be like SessionStorage.getItem("score")
but not working, anyone?