APEX 4.2.5.00.08
I have an Application Computation that sets the value of an Application Item using the current APP_USER as one of its required parameters. This computation fires On New Instance so; it is fired when the login page is loaded. However, the login page, bu definition, is loaded before the user has logged in as so; the APP_USER, at this point is still set to "nobody"
I know that I can change the computation to fire for every page but, this is really unnecessary. I merely want to fire it, once, following a successful login (which would then set the APP_USER).
Is this possible? (From JavaScript or PL/SQL)
Thanks,
-Joe