Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
I tried sending this last night, but it doesn't seem to have made it to the list, so here it is again... I've just spent hours trying to figure out what's causing some really bizarre issues with SOME of the client-scoped variables set in an application I'm running to disappear. We've been trying

Re: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Jochem van Dieten
Kevin Langevin wrote: > > The weirdest part of it all is that we've narrowed the cause of this to four > lines of code in a page that you land on after logging in (which sets a > number of these client variables). These lines of code were four s each > of which contains an tag with an empty src

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
#x27;m not deleting lastAccess anywhere but in the logout template. -Kev -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 10:52 AM To: CF-Talk Subject: Re: Loss of CLIENT variables due to empty quotes in an HTML tag? Kevin Langevin w

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Dave Carabetta
>Well, I'm using comes of these variables to maintain state...I'm >timestamping each pageview with CLIENT.lastAccess, and testing to see how >long it's been since the last lastAccess. If it's more than 30 minutes, >then I delete CLIENT.isAuthenticated, and the user will then need to log in >again.

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Smith, Matthew P -CONT(DYN)
Loss of CLIENT variables due to empty quotes in an HTML tag? I tried sending this last night, but it doesn't seem to have made it to the list, so here it is again... I've just spent hours trying to figure out what's causing some really bizarre issues with SOME of the client-sco

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
Unfortunately this can't be the problem...it's just a simple date/time (ie #now()#) -Original Message- From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:23 PM To: CF-Talk Subject: RE: Loss of CLIENT variables due to empty quotes

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Smith, Matthew P -CONT(DYN)
AIL PROTECTED] -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:27 PM To: CF-Talk Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML tag? Unfortunately this can't be the problem...it's just a si

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
Wednesday, February 26, 2003 3:37 PM To: CF-Talk Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML tag? Not just that variable, but ALL client variables for that user. So if you are setting more than one client variable, it would be the length of all the data in all the client var

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Smith, Matthew P -CONT(DYN)
:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 3:37 PM To: CF-Talk Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML tag? Not just that variable, but ALL client variables for that user. So if you are setting more than one client variable, it would be the length of all the

RE: Loss of CLIENT variables due to empty quotes in an HTML tag?

2003-02-26 Thread Kevin Langevin
leaving empty quotes, and refresh the screen, and that client variable is gone. -Kev -Original Message- From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 4:27 PM To: CF-Talk Subject: RE: Loss of CLIENT variables due to empty quotes in an HTML tag? I