Global Variables - security

Hi Clifton,
I've mentioned this before but I'm still not sure what I should do. I believe you once said that global variables are vulnerable because Firefox developer tools allow access to them. I have several global variables like school, class and student. I pass these from one DHTML to another in encrypted form via a cookie. At the moment they go from the encrypted form to unencrypted, readable form stored in the global variables. Would it be better not to use the global variables at all and go from the encrypted form to local variables within each action sequence that uses them? I'm asking because using them this way involves rewriting quite a lot of code. I have an .htaccess file in my server root directory.
John
I've mentioned this before but I'm still not sure what I should do. I believe you once said that global variables are vulnerable because Firefox developer tools allow access to them. I have several global variables like school, class and student. I pass these from one DHTML to another in encrypted form via a cookie. At the moment they go from the encrypted form to unencrypted, readable form stored in the global variables. Would it be better not to use the global variables at all and go from the encrypted form to local variables within each action sequence that uses them? I'm asking because using them this way involves rewriting quite a lot of code. I have an .htaccess file in my server root directory.
John