timeout-dialog.js
timeout-dialog.js copied to clipboard
doesn't re-appear
I have this
$. timeoutDialog({timeout: 20, countdown: 15, logout_redirect_url: '/solutiontrack/index.cfm/logout', keep_alive_url:'/solutiontrack/index.cfm/keepAlive'} );
When the dialog box appears, I select keep logged in, it calls the keepAlive page and closes the dialog. My session time is reset but the dialog box doesn't reappear.
Also some reason, I had to have <cfheader statusCode="404" statusText="Not Found"> in the keep alive else it would redirect to the logout.
Thanks