RE: What and why are these errors happening?

2001-04-11 Thread ron

> "Error resolving parameter SESSION.ID The session variable ID 
> does not exist.
> 
> In my application.cfm I have:
> 
> 
> 
> So how can that happen? 

Not sure, but I'd use  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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: What and why are these errors happening?

2001-04-11 Thread Peter J. MacDonald

Bud,

I think the single quotes need to be double quotes.

 changed to



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:



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



Re: What and why are these errors happening?

2001-04-11 Thread Todd Ashworth

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



could cause problems, but



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.
>
>  changed to
>
> 
>
> 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:
>
> 
>
> 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



RE: What and why are these errors happening?

2001-04-12 Thread Bud

On 4/11/01, Peter J. MacDonald penned:
>Bud,
>
>I think the single quotes need to be double quotes.
>
> changed to
>
>

Single quotes have worked fine for me for 2 years. The default 
session.id gets set fine when visitors first come to the site. The 
site actually gets thousands of hits a day and I only get this error 
maybe 3 or 4 times, but I'm trying to understand how it can happen.
-- 

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