Bypassing Browser popup blocking when automatic session timout occurs

Posted by Joseph on Stack Overflow See other posts from Stack Overflow or by Joseph
Published on 2010-03-31T08:49:35Z Indexed on 2010/03/31 8:53 UTC
Read the original article Hit count: 229

Filed under:

Hi all,

Please help regarding the following issue.

I have enabled the "Block popup" option in browser. We are doing a session validation using a background ajax call to check the session is active or not. If the session is not active for a desired interval a popup window will come for notification.

Now comming to the problem . since the session notification popup is comming automatically without any client interaction, This popup is blocked by the browser. But if a client clicks anyother popup window in the form that popup window will not be blocked by the browser.

© Stack Overflow or respective owner

Related posts about JavaScript