Every trigger action related to sessions.
Last updated: 2024/1/9
Here is the list of tables which are related to URL category:
161
Clear all session variables
Session variable is the variables which will stored across maps, across the dimensions. Prepare Special symbols to avoid any conflict.
-
162
Save value of regular variable 'B' to session variable 'A'
Save the data from var 'B', so when user switches maps, it can be used via session 'A'.
Var
163
Load value for regular variable 'A' from session variable 'B'
Load the session 'A' to the var 'B' in other maps.
Last updated 2 years ago