>What else can I do to tell Cold Fusion that these
>variables exist??

Edward,

Don't know if this has been brought yet, but I had a similiar problem
recently and it was easily fixed.

My code originally had the CFAPPLICATION tag before the
CF_FormUrl2Attributes tag in my app_globals.cfm file.  Switching the
order fixed it!   Since CFAPPLICATION looks for the URL.CFID and
URL.TOKEN variables for session management and CF_FormUrl2Attributes
converts/decodes the SEF Urls (should if you're version includes it -
check it), you must have the CF_FormUrl2Attributes tag *before* the
CFAPPLICATION tag for the SEF URLs to work properly.

Hope this helps,

Jason Roberts
Trinium Corporation


Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to