You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2019. It is now read-only.
I tried returning the variable TimeoutDialog and calling keepAlive, setupDialog, etc. but it results to multiple timeout dialogs.
Basically, I have several pages in my application that makes ajax calls to the server and refresh the contents of the page. I would want to reset the timer on-demand whenever the ajax call is successfully complete. This is to maintain an active session with the web container.
I tried returning the variable TimeoutDialog and calling keepAlive, setupDialog, etc. but it results to multiple timeout dialogs.
Basically, I have several pages in my application that makes ajax calls to the server and refresh the contents of the page. I would want to reset the timer on-demand whenever the ajax call is successfully complete. This is to maintain an active session with the web container.
Any ideas?