jquery-sessionTimeout icon indicating copy to clipboard operation
jquery-sessionTimeout copied to clipboard

After a set amount of time, a dialog is shown to the user with the option to either log out now, or stay connected. If log out now is selected, the page is redirected to a logout URL. If stay connecte...

Results 6 jquery-sessionTimeout issues
Sort by recently updated
recently updated
newest added

I want to add csrf token while sending keep alive request, but there is no such option, so I get 403 error.

Hi, We've implemented an application firewall in front of an application where we've used the sessionTimeout script. One of the anomalous behaviors that triggers a block rule on the firewall...

I am seeing this error in developer tools when clicking on other tabs and also on clicking on other parts of the screen when the timeout dialog box is opened.

There are some good arguments for making logout requests use the POST method. See: http://stackoverflow.com/questions/3521290/logout-get-or-post

Is there a way to validate the keepalive response? Case: Multiple tabs. - Tab 1 logs out automatcially with sessionTimeout.js - Tab 2 person keeps pressing stay connected - user...

Would be useful to be able to reset the session timeout dialog from due to ajax activity taking place elsewhere on the page. For example, my page successfully does an...