Hi, Don't know if this is possible but is there a way to create a single variable (in my case, a two dimensional array) that is global to my site? This is regardless of which page is initially loaded BUT I need to have it empty first time in.
I am trying to implement a 'stack' feature where I can place/remove information into/out of the array. Thanks, Don