There seems to be a problem when updating the new in memory session vars.
Stuff that works fine using LoggedInSystemUser (LISU) do not work when using the session vars. It almost seems like there is a transaction that is started and not letting me have access to the data.
Example, I have a Parent / child grid on a VP.
In the parent when I click on a row, I have a process that saves the ID in a session Var. Then I have the child grid refresh with the query "FIND Child where Child.ob_parent = SessionVars.parentID. This does not work but changing the sessionVars to LISU it works fine.
Bruce