Home > Software design >  Content of SessionStorage in Chrome is not displayed anymore
Content of SessionStorage in Chrome is not displayed anymore

Time:01-27

Since yesterday I have following problem: The variables in session storage are not visible anymore in chrome/devtools under session storage. In the console, I can call the variables, so they're here, but not visible.

So far the only way I could solve this problem is by changing my chrome profile to "gast". Then I can see the variable back. But I don't know which settings should I do to make it work under my regular profile.

Anyone a clue?

CodePudding user response:

I ran into the same issue. My teammates could see data in the application tab, but I could not. What eventually solved the problem was running chrome://restart from the address bar. Hope this helps.

CodePudding user response:

I'm experiencing similar issues in both Chrome and Edge. Neither the Local Storage nor the Session Storage lists display any of the Key Value pairs that I know to be there. I have not found a solution that works consistently. As part of my troubleshooting, I reinstalled Windows and everything else. Super frustrated.

  • Related