jTimeout
jTimeout copied to clipboard
jQuery session timeout handler
I made the "hideCountdownAlert" function overriddable. This way if someone wants to control their dialog/UI they'll be able to have it close properly across multiple windows. Note: "timeout.timeoutWarning = false;"...
I see you have `expiration_key` as a parameter when you init `$.jTimeout()`, but how do you grab a specific timer's `getSecondsTillExpiration()` from another script (such as a `setInterval()`)?
I have added "extendOnMouseMove: true," to the script on my page as well as in the jTimeout.js script but a mouse movement on the page does nothing either before or...
Does this still log the user out if they are using a mobile device and they left the tab open or does it wait until the user clicks on that...
 1.) Open the demo link on two different tabs 2.) Then I Clicked on the button 60 seconds left after clicking poup comes up with decrementing seconds. 3.) After...
I'm using chrome(87.0.4280.88) but have tried firefox and edge onClickExtend doesnt seem to do anything. I am trying to allow onclick and onmousemove to reset timeout the only way i...
When using custom callbacks, onSessionExtended event is not being fired: $.jTimeout( { expiration_key: 'jtimeout-session-expiration', flashingTitleText: '!!!', timeoutAfter: 25, extendUrl: '/ping', logoutUrl: '/logout', loginUrl: '/login', secondsPrior: 10 onPriorCallback: function () {...
Hello, this is my config : ``` $(function () { $.jTimeout({ flashTitle: true, //whether or not to flash the tab/title bar when about to timeout, or after timing out flashTitleSpeed:...