Skip to content

Instantly share code, notes, and snippets.

@scottwb
Last active January 2, 2016 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwb/8309512 to your computer and use it in GitHub Desktop.
Save scottwb/8309512 to your computer and use it in GitHub Desktop.
A javascript function banks can use to determine if they should log out a user session for being idle.
function shouldLogOutIdleSession() {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment