I've been playing around with passing variables from one area of my program to another, and I always use Session variables.
I keep looking in the generated code, to try and get a better understanding of what Bruce is doing under the hood, and I notice that sometimes he uses Get/SetValue and other times he uses Get/SetSessionValue.
What is the real difference, and when is it appropriate to use each one?
Regards,
Neil.