Where to set key to be used with Encrypt function
I'm about to use CF Encrypt function because I need to pass a var via url.
In order to use Encrypt () I need to create a KEY but I don't want to keep setting this key on the page where I need to use Encrypt()
Can anyone point me to the right direction on where is the best place to set this key so I can just refer to this key anytime I need it?
Can I do <cfset session.MyEncyprteKey = ....>? and everytime I need this key I just use #session.MyEncryptedKey# ?
I'm using CF8 and Application.cfc
