Accessing client sessionStorage and localStorage

Hello @Bjeff,

What you need to do is have something where it syncs the client and server side data.

This can be done by adding a hidden button that you can click which is a clientside callback that targets the sessionStorage data and returns it from the client by using getItem.

I use this several places when dealing with dcc.Stores.