Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <cffunction name="jsonSecurity" access="private" returntype="any" returnFormat="json">
- <cfargument name="cfctoken" required="yes">
- <cfset var result = false>
- <cfif arguments.cfctoken EQ session.cfctoken>
- <cfset result = true>
- </cfif>
- <cfreturn result>
- </cffunction>
Advertisement
Add Comment
Please, Sign In to add comment