JillElaine / jquery-idleTimeout

Idle activity timeout and logout redirect for jQuery for multiple windows & tabs
Other
73 stars 79 forks source link

customCallback repeating call if redirectUrl: false #38

Open LLIyRiK opened 8 years ago

LLIyRiK commented 8 years ago

If I configured redirectUrl: false, and after idle time starting, customCallback call each 2 seconds(idleCheckHeartbeat) also dialog popup doesn't closing

JillElaine commented 8 years ago

There have already been several issues related to this bug, and some suggested fixes. I am not able to implement development now. Perhaps you can fork and fix the issue? Read the related issues for ideas. Thank you.

On Fri, Jul 22, 2016 at 7:25 AM, Alexsander notifications@github.com wrote:

If I configured redirectUrl: false, and after idle time starting, customCallback call each 2 seconds(idleCheckHeartbeat) also dialog popup doesn't closing

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JillElaine/jquery-idleTimeout/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/ABnTkgooKq2-GqpKHUKqgAb5uxksMPUzks5qYNL3gaJpZM4JSzuB .

nitinsinghit commented 6 years ago

I am seeing the same issue. on logout customCallback is stuck in loop and calling itself.