How to transfer some data with dcc.store from port A to port B

as I mentioned before,

I used multi ports in my dash app(I mean pages have own their port number),
then now I made this one port!!! in order to share dcc.store value(data).

however when I want to get the dcc.store data from page1 to another page.
on anoother page, I can not use dcc.store as input…

I got this error. please !! help me !!!

this is the part of my page1

and this is the part of another page.