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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to