I would like to assign a value to a global variable the moment a user logs in.
I created a function with this simple code:
app.set_variable({fin.default_admin}, 3);
Then I linked the function under "Session start function."
However, it doesn't work. What am I doing wrong?