Duplicate Tab copying sessionStorage in Chrome Duplicate Tab copying sessionStorage in Chrome google-chrome google-chrome

Duplicate Tab copying sessionStorage in Chrome


In Chrome, Yes. And you've hit on an important distinction. The contents of sessionStorage is "copied" not "shared". Any changes made to sessionStorage after the tab is duplicated are not reflected in the other tab's sessionStorage.


Yes, if you duplicate the tab, the sessionStorage data is also duplicated on the copied tab.