I am working on a toast notification system via scripting and have a use case where I want to send a message to a component once the session has "loaded" (e.g. the first time the landing page loads).
I have a temporary workaround by utilizing the session startup script and sending the message after a hard coded delay, but this is not ideal as the load time is dependent on the connection speed. Is there any way to do this via scripting?
I know I could setup a custom session property and write to it from the on startup script on the home page, but this is an inherited project and I would prefer not to have to setup every project.