Naa .. the quotes don't matter :)  Being forced to use one type of quotes
over another would cause problems in many situations.  For example:

<cfset Request.MyVar = "IsDefined("Session.ID")">

could cause problems, but

<cfset Request.MyVar = "IsDefined('Session.ID')">

would be fine :)

Todd Ashworth
Certified ColdFusion Developer
Network Administrator

Saber Corporation
314 Oakland Ave.
Rock Hill, SC 29730
(803) 327-0137 [111] (p)
(803) 328-2868 (f)

----- Original Message -----
From: "Peter J. MacDonald" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 7:42 PM
Subject: RE: What and why are these errors happening?


> Bud,
>
> I think the single quotes need to be double quotes.
>
> <cfif not isdefined('session.id')> changed to
>
> <cfif not isdefined("session.id")>
>
> Thank You,
> Peter
>
> Peter J. MacDonald II
> Creative Computing, Inc.
> 100 Middle Street
> Lincoln, RI 02865
> Phone: 401.727.0183 x123
> Fax: 401.727.4998
> Portable: 401.965.3661
> E-MAIL: [EMAIL PROTECTED]
> Web Page: www.creatcomp.com
>
>
>
> -----Original Message-----
> From: Bud [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 11, 2001 6:10 PM
> To: CF-Talk
> Subject: What and why are these errors happening?
>
>
> I get this error in my application.log file. All on the same site:
>
> "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? CFAS doesn't show a restart at the time of the
> errors.
>
> Also. What is this and how do I fix it? :-D
>
> "Error","TID=140","04/11/01","17:25:37","Unable to write reply --
> timed out writing data back to web server."
> "Error","TID=140","04/11/01","17:25:37","Windows NT error number 1460
> occurred."
>
> Thanks!
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to