Hi,
I understand that the Data Builder action is now used to save session data.
So I placed a Data Builder Action, and in the Value section selected "Session" and gave a name "ss". Put nothing in the value field.
Then in the page where I wanted the session data back, I placed
$sessiondata = \GApp::session()->get("ss", "");
which used to work, and still does in forms which are still using the old style.
But now it is empty - no data is returned.
What am I doing wrong?
Cheers
Tim
I understand that the Data Builder action is now used to save session data.
So I placed a Data Builder Action, and in the Value section selected "Session" and gave a name "ss". Put nothing in the value field.
Then in the page where I wanted the session data back, I placed
$sessiondata = \GApp::session()->get("ss", "");
which used to work, and still does in forms which are still using the old style.
But now it is empty - no data is returned.
What am I doing wrong?
Cheers
Tim