Questions tagged [timeout-dialog.js]

Timeout-dialog.js is a JQuery plugin that displays a timeout popover after a certain period of time. The timeout dialog should be used whenever you want to display to the user that the logged in session is about to expire. It creates a light box with a countdown and options to stay signed in or sign out.

Timeout-dialog.js is a JQuery plugin that displays a timeout popover after a certain period of time. The timeout dialog should be used whenever you want to display to the user that the logged in session is about to expire. It creates a light box with a countdown and options to stay signed in or sign out.

You can download the timeout-dialog.js project from GitHub.

How to use

$.timeoutDialog();


A demo can be run in the plugin Homepage.

8 questions
2
votes
0 answers

How to get session timeout counter with struts2 and jquery?

I have used the Timeout-Dialog.js jQuery plugin, and it's working fine alone. But its not working after being integrated with Struts2. This is the page which will get invoked upon successful login.
habi
  • 21
  • 2
1
vote
2 answers

how to keep session alive on Mousemove or Keydown events using Timeout-dialog JS?

I m using timeout-dialog.JS in my application to expire session of inactive user after 5 mins. But I am having input grid wherein user can add multiple records and then after adding suppose say 10 records, he goes for a SAVE but it took more than 5…
NewbieCoder
  • 377
  • 3
  • 16
1
vote
1 answer

jQuery script issue that provide a user with a popup dialog box with two PB. One to continue with the Session and another to end the Session

I have a web application where I am trying to implement code for Session Timeout. I got a .js file that gives user choice to "continue with the current session" or "End Session" PB However if user clicks on "continue with the current session" PB,…
Josh S
  • 13
  • 4
1
vote
3 answers

Session timeout using JQuery having issue

I have implemented a session timeout using JQuery plugin and its been implemented like, from page loads, it starts the timer and after 10 seconds, a popo-up will be shown. something like this http://rigoneri.github.com/timeout-dialog.js/ function…
madhu
  • 1,010
  • 5
  • 20
  • 38
0
votes
1 answer

Timeout-Dialog.js issue

I am implementing Timeout-Dialog.js in ASP.NET MVC 5 project. So at my layout page I have got