How do we use Global variable for different Test suite collection?

I have created a gloabal variable. But i cant able to use in different Test suite collection. Is there any method to use Global variable in different test suite collection ?

My solution is to write a Binary file and load it back in every Case, I’m pretty sure it’s not the BEST way, but it’s a way.