Sharing data between apps

Hi everyone

I am using multiple dash apps and would like to share the data stored in a dcc.Storage between them. That is because one app is meant to select a file from a dicretory and the other apps should use the data selected there.

Thank you very much for your help.

All the best

An easy solution could be to write the data to a file on the server from app1 and read the file in app2.