I'm not that well-versed in the workings of a browser. I'm wondering if anyone knows how I could, in my controller, access the window.sessionStorage key/value pairs set in my browser tab. What I'm trying to do is to be able to pass objects from one web page to another. This works fine until the user has multiple tabs/windows open and then the values I'm passing are not unique to the window/tab that I'm running on. I'm wondering if there is a way for me to access the window.sessionStorage because I understand they are unique for each tab/window open in the browser.
Anyone have any experience with this?
-Jim