We are currently facing a challenge with our website that requires specific actions to be taken when a pop-up is closed.
It is important to note that we are not referring to the end of a session, but simply the closure of a pop-up window.
Our current solution involves capturing the onunload event of the page and triggering a new pop-up window to complete the necessary actions. Once the actions in the new pop-up window are completed, it hides itself successfully.
However, we have encountered an issue with popup blockers preventing the execution of our finalizer window.
Is there a way to ensure that the finalizer window opens despite popup blockers? Are there alternative methods to execute the required server-side actions, such as closing an MF session?