Hi
My dashboard is displayed to end user via. iFrame.
Calling app sends some params as part of URL (query params)
My params are tied up to specifc user operating the dashboard - so i need to maintain the params to socket Id connection (do it via. flow context)
I am using today ui-event to detect when the user opened the page and params sent.
Observation is - ui_event gets triggered only once. While for every deployment or sometimes when the user has been away from the screen for a lot of time the socket connection breaks and new socket id comes in. No ui_event gets generated for this.
This causes a problem that now i cannot find the params connected to the user.
Is there any other smart mechanism to detect when a user came to dashboard ?
(I was relying completely on ui_event - but as explained above - it doesnt always generate events)