NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug)

2002-07-25 Thread Nathan Stanford
Ok Ok... Tested on ColdFusion MX on a Solaris 7 with Apache 1.3.26 Web Server ColdFusion 4.5 on Windows NT with IIS Web Server Both when hitting refresh after the page is already running the session.cartquantity becomes inaccurate at a different rate... if I hit refresh a short time the error

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug)

2002-07-25 Thread Tangorre, Michael
try locking ALL session variables, reading AND writing. -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:10 AM To: CF-Talk Subject: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug) Ok Ok... Tested on ColdFusion MX

Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug)

2002-07-25 Thread Jochem van Dieten
Nathan Stanford wrote: Ok Ok... Tested on ColdFusion MX on a Solaris 7 with Apache 1.3.26 Web Server ColdFusion 4.5 on Windows NT with IIS Web Server Both when hitting refresh after the page is already running the session.cartquantity becomes inaccurate at a different rate... if I hit

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Stacy Young
I'll try your sample this afternoon on our environment ! -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:10 AM To: CF-Talk Subject: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables (Bug) Ok Ok... Tested on ColdFusion MX

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Nathan Stanford
Well... in one way I think it is ran from the top due to the setting it to zero and yet when it gets to the output of the area marked bad the number is ok if I hit the page once but if I hit refresh while it is loading then the number is incorrect. Code at bottom of page with LOCKS around ALL

Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Jochem van Dieten
Nathan Stanford wrote: Well... in one way I think it is ran from the top due to the setting it to zero and yet when it gets to the output of the area marked bad the number is ok if I hit the page once but if I hit refresh while it is loading then the number is incorrect. Code at bottom of

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Nathan Stanford
-Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 9:54 AM To: CF-Talk Subject: Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug) Nathan Stanford wrote: Well... in one way I think it is ran from the top

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Stacy Young
Sorry if u already answered this but, are you using J2EE session variables? -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:01 AM To: CF-Talk Subject: RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug

Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Jochem van Dieten
Nathan Stanford wrote: -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 9:54 AM To: CF-Talk Subject: Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug) We have 2 instances of this template running at the same time

RE: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Nathan Stanford
-Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:20 AM To: CF-Talk Subject: Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug) Nathan Stanford wrote: -Original Message- From: Jochem van Dieten

Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug)

2002-07-25 Thread Jochem van Dieten
Nathan Stanford wrote: -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:20 AM To: CF-Talk Subject: Re: NEW (ColdFusion MX or ColdFusion 4.5) and Session Variables ( Bug) Instance 1, first submit:Instance 2, refresh: 1 init