You have to enable sessions in your application.cfm/cfc file.
> You have to enable sessions in your application.cfm/cfc file.
I would like to clarify that the <cfapplication...> tag does not HAVE to
be in the application.cfm/cfc files. Those locations are a very
convenient place to put the tag, but the tag can be coded anywhere. It
just has to be in any file that one wants to connect to a given
application on a server as defined by the name parameter in the
<cfapplication...> tag.