Question
Coldfusion POST method security
I am implementing a registration page where users can input their personal data. The page is named registration.cfm. The page then sends the data to itself via a form POST method for further processing. In practice, what is the best security framework to ensure that the data passed was from the original registration.cfm page? Thanks in advance.