session-timeout icon indicating copy to clipboard operation
session-timeout copied to clipboard

Timout reset

Open afterbit01 opened this issue 4 years ago • 8 comments

Hello, if I stay on a html page and do ajax requests (without reloading the page) the session timeout popup is shown. Is there a way to avoid this, for example, reset the timer ?

afterbit01 avatar Jul 18 '19 08:07 afterbit01

There is no way to do that currently. But this is an awesome idea for a new feature.

travishorn avatar Jul 19 '19 15:07 travishorn

Is it possible to display session-timeout on a JQuery Fancy Box pop up?

tkhan-jd avatar Apr 09 '20 17:04 tkhan-jd

Would be a great addition, since many requests are served through Ajax these days, and not having this reset feature makes this nifty script a bit hard to implement.

samipuro avatar Jan 03 '21 16:01 samipuro

Hello, what I do to achieve this, is that every time there is a query AJAX REQUEST also go through a function "AJAX2" that what it does is reset the timer (which also is pending the movement of the mouse and scroll on the web), it works perfect, before that I had this problem and solve it that way, I do not know if it is the most professional, but it is practical and functional.

hectorx2x avatar Sep 04 '22 08:09 hectorx2x

@hectorx2x can you share the code you did managed to fix here.

@travishorn does this plugin supports multiple tabs?

JattJames avatar Oct 27 '22 13:10 JattJames