Session
Last updated
Was this helpful?
Last updated
Was this helpful?
Step 1: Select a component (or page), click on "Store" and select the first block (set... to session store...)
Step 2: Fill in the first gap with your data (text, variable, object, etc) and the second gap with session's name
Step 3: Select an other component (or page), click on "Store" and select the second block (get session store ...)
Step 4: Create a variable and load session's data
You can also trigger a function every time the session change using the fourth block (on session store ... changed, call ...)
Fill in session's name and the function's name which you want to call