Session variables do not get updated from a page triggered script
8th June 2026
I have a script and at the end I parse the output back to the visual overview with the following command: engine.AddScriptOutput(UIVariables.VisualOverview.CreateKey(“varSelectedPupC”), fadername); I even verified that the value has …