Skip to content

Instantly share code, notes, and snippets.

@olore
Created April 2, 2015 20:20
Show Gist options
  • Save olore/94f3eb7233eb32184011 to your computer and use it in GitHub Desktop.
Save olore/94f3eb7233eb32184011 to your computer and use it in GitHub Desktop.
what i do - before
if (Math.floor(moment.duration(expectedLogoutTime - +(new Date())).asSeconds()) <= 0) {
logger.info('timeout service - openDialog called but past logout time');
sessionStoreService.ensureSessionIsValid();
return $q.reject();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment