I've tried to look for an answer to this, but none of the other articles seem to answer it as clearly for me.
I have made a lot of code where there are string variables that are being used when users jump from page to page and they are being used after setting a global $string; type deal
What are some of the better solutions to pass a variable to be used on another page in terms of being most secure?
Is using global $strings a bad thing?