I work in a situation where I have multiple projects and within each are many scripts that make use of environment variables set to values specific to that project.
What
I've done a simple
export MY_VAR="some value"
before I start the tmux session, which gives me access to MY_VAR from all windows inside that session.
MY_VAR