Hi,
If I put a variable on my Dashboard like $test = “hallo” is that variable reachable from all of my separated pages? My pages are separated PS1 files that I do link to from my Dashboard.
I do see that it works but my Q is are that the right way? Can it cause problems if I only have variabel at my main dashboard page (ps1) file and then call it from my separated pages?
What I can see it’s the same session so it should bee fine but better to ask then discover later that it don’t work.