How can I share variables across pages on my multi-page Dash app?

You could look into server side caching of the store here, and keep them separate for easier to digest flows. :grin:

If you are talking about a global variable that will never change, you can import them to all the other pages if you absolutely can’t use the other two options.

1 Like