Please help in solving the following problem.
I turned on the option "Block popup" in the browser. We are conducting a session check using an ajax background call to check if the session is active or not. If the session is inactive for the required interval, a pop-up window will appear for notification.
Now let's get down to the task. since the pop-up session notification is automatically triggered without any interaction with the client. This popup is blocked by the browser. But if the client clicks on any popup in a form in which the popup will not be blocked by the browser.
I want the session notification pop-up not to be blocked by the browser, even if the option "Pop-up browser" is enabled.
source
share