BACKGROUND
The HTML5 Web Storage feature in modern browsers is accessed through Javascript commands such as:
sessionStorage.setItem(
Android and chrome I believe allow you to access old keys in session storage, but not write to it. I know that Safari will not allow any use of session or local storage.
similar so question
Chrome will support localStorage and sessionStorage in private window.