What does verifyClient in <cffunction>
actually do that makes it secure? secure from what?
Doc said:
A Boolean value that specifies whether to require remote function calls to include an encrypted security token. For use with ColdFusion AJAX applications only.
encrypted security token? who generates that? Client-side by JS? Injected to JS on page request by CF? What if another person uses the same security token?