No, I'm not asking whether it's any faster to access either type of variable (although I'm pretty sure that any stored in RAM would result in a faster performance in any case), rather I'm asking are session variables stored in the server's RAM, and are global variables stored on the servers disk?
And, if session variables are stored in server RAM, I'm also asking if there's a danger of poorer server performance if its RAM were subjected to repeated access of the same session variable (and many clients could be trying to que up to do this) instead of repeated access to a global variable. I suppose in my original question, also suggested a measure to reduce the strain on a server's RAM if it were true that session variables are stored in server RAM.
I must apologise for the clumsy phrasing of the original question. I hope the re-phrased version above is clearer.
Regards.