> "Error resolving parameter SESSION.ID The session variable ID 
> does not exist.
> 
> In my application.cfm I have:
> 
> <cfif not isdefined('session.id')><cfset session.id = "">
> 
> So how can that happen? 

Not sure, but I'd use <cfparam name="session.id" default=""> instead.

-ron

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to