Whatever message this page gives is out now! Go check it out!
Parameter | Required\Optional | Description |
token | required | Token that to be validated against the token stored in the session. |
key | Optional | The key against which the token be searched. |
<cfset token=form.token>
<cfset validate = CSRFverifyToken(token)>
<cfoutput >#validate#</cfoutput>