Skip to content

Instantly share code, notes, and snippets.

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 trycf/f701de97b436aa300c540ddbe8d05a73 to your computer and use it in GitHub Desktop.
Save trycf/f701de97b436aa300c540ddbe8d05a73 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset getDTokenTime = now() />
<cfset getIXWebTokenTimeout = .001 />
<cfif dateDiff( 'n', getDTokenTime, now() ) gte getIXWebTokenTimeout>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment