We sometimes get an error that client.CFID can't be found, right after we turn on 
client management.  Anybody else ever get this?

thanks,
Chris Norloff

in Application.cfm:
------------------
<cfapplication 
   name="jobTypeApp" 
   sessionmanagement="Yes" 
   sessiontimeout="#CreateTimeSpan(2,0,0,0)#" 
   applicationtimeout="#CreateTimeSpan(1,0,0,0)#"
   clientmanagement="Yes"
   setclientcookies="No"
>
<!--- manually set cookies; will expire at end of browser session --->
<cfcookie name="CFID" value="#client.CFID#">
<cfcookie name="CFTOKEN" value="#client.CFTOKEN#">


error
-----
Error resolving parameter <B>CLIENT.CFID</B><P><P>The client variable CFID does not 
exist....The error occurred while processing an element with a general identifier of 
(CFCOOKIE), occupying document position (23:1) to (23:44) in the template file
/usr/local/netscape/server4/docs/nonsecure/Application.cfm.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to