Question
storing payment gateway verification variables - in application.cfc ?
Every time an order is placed, a confirmation comes back from our payment gateway, to our page 'response.cfm'
It contains various items of data about the order (our gatewayID, orderValue, etc)
For security, I need to compare the gatewayID sent to us, with our own. I wondering where the best place to store our own copy ? I was going to place it in the application.cfc ?
Is this OK ? Or am I better storing it in a database table ?
