Hello, I have an application process which is meant to set a bunch of application items on session startup.
In development iI was using "open door" authentication and all worked as expected.
Since I switched to LDAP, it seems the process is invoked even from the login page (101),
even though it does not make much sense at this point since no user identity is established yet.
Open door seems to bypass page 101 with its own simplified login dialog (username only),
where my process is not called (but it is being called somewhat later because the items are set
by the time the application needs to render its first post-login page).
What is the recommended practice for initialisation tasks to occur only once,
but only after successful authentication ?