disappearing session variables

2002-02-04 Thread c talk
Hi all I'm using IE 5 and Nestcape 4.72 to develop a site for a client. I sometimes experience this error: Error resolving parameter BSESSION.PRODUCT_LINE/BPPThe session variable PRODUCT_LINE does not exist. This session.variable is defined and called on the site's home page. It's called

RE: disappearing session variables

2002-02-04 Thread Lon Lentz
Is Netscape issuing a new cookie on the second page because it thinks that the domain has changed? -Original Message- From: c talk [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 4:16 PM To: CF-Talk Subject: disappearing session variables snip When I browse

RE: disappearing session variables

2002-02-04 Thread c talk
[mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 4:16 PM To: CF-Talk Subject: disappearing session variables snip When I browse this site on my laptop/dev server using it's IP address (192.168.x.x), the site runs ok in IE, but chokes on the 2nd page in Netscape. It works

RE: disappearing session variables

2002-02-04 Thread Lon Lentz
://mydomain.com. You would get a new set of cookies and a new session assigned to you. -Original Message- From: c talk [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 5:24 PM To: CF-Talk Subject: RE: disappearing session variables Lon, et al --- Lon Lentz [EMAIL

RE: disappearing session variables

2002-02-04 Thread Christopher Olive
[mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 4:16 PM To: CF-Talk Subject: disappearing session variables Hi all I'm using IE 5 and Nestcape 4.72 to develop a site for a client. I sometimes experience this error: Error resolving parameter BSESSION.PRODUCT_LINE/BPPThe session variable

Disappearing Session Variables!

2001-02-08 Thread Robyn Follen
Hey Folks, Does anyone know if there is a limit to the number of session variables that one application can have? We have a case here where our application drops session variables from time to time without explanation. If it helps, we have this piece of code in the application.cfm file to get

Re: [Disappearing Session Variables!]

2001-02-08 Thread Alex
put locks around all your session var read/writes. also is you URL changing domains or from IP to name-based? i don't know if this makes a difference but it might. Robyn Follen [EMAIL PROTECTED] wrote: Hey Folks, Does anyone know if there is a limit to the number of session variables that one

RE: Disappearing Session Variables!

2001-02-08 Thread Dylan Bromby
if your cf server restarts itself sessions will be lost. that happened to me. i now use cookies that have time/date info in the cookie. -Original Message- From: Robyn Follen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 8:38 AM To: CF-Talk Subject: Disappearing Session

disappearing session variables.

2000-11-09 Thread Won Lee
Anyone know why a session variable would be reset. I set it on one page. cfoutput it on the bottom. i go to a page i built to test the variables. All it does it just print it out. But the variable is reset to an empty string. I do declare it as an empty string in the Application.cfm. but i

RE: disappearing session variables.

2000-11-09 Thread Byron Stuart
t; value="#CFID#" cfcookie name="CFTOKEN" value="#CFTOKEN#" Hope that helps, Byron -Original Message- From: Won Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 1:24 PM To: CF-Talk Subject: disappearing session variables. Anyone know w

Disappearing Session Variables

2000-03-29 Thread Thomas Soraoka
Anyone know why/how session variables can magically disappear? I have a page that sets session variables then submits it to the next page for processing. Now and then, I would get an error stating that the variables are undefined. This error occurs infrequently and sporadically. I'm guessing